Skip to content

Instantly share code, notes, and snippets.

@vitek999
Created May 12, 2020 16:35
Show Gist options
  • Save vitek999/c1655e6b64f14c41ef4f53a42d7f6515 to your computer and use it in GitHub Desktop.
Save vitek999/c1655e6b64f14c41ef4f53a42d7f6515 to your computer and use it in GitHub Desktop.
<ul>
<li>a1</li>
<li>a2</li>
<li>a3</li>
<li>a4</li>
</ul>
<ul>
<li>b1</li>
<li>b2</li>
<ul>
<ul>
<li>c1</li>
<li>c2</li>
<li>c3</li>
<ul>
[
["a1","a2","a3","a4"],
["b1","b2"],
["c1","c2","c3"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment