surge-synthesizer / surge-synthesizer.github.io

Surge synthesizer website @ https://surge-synthesizer.github.io
https://surge-synthesizer.github.io
GNU General Public License v3.0
124 stars 37 forks source link

Left-side nav list item formatting #347

Closed j5v closed 3 months ago

j5v commented 3 months ago

Ideally, the left-side nav menu would be a hierarchical list. Instead, it seems to be a flat list with inline formatting attributes for each list item.

  1. List formatting indents are unusual (bullets are not indented, and are left of the text margin).
  2. HTML is structureed strangely: <a><li>...</li></a> rather than the ideal <ul><li><a>...</a></li></ul>

The two might be connected; I haven't explored the build process yet.

image

mthierman commented 3 months ago

Both issues should be corrected, tested in Chrome & Firefox. We should make the TOC properly hierarchical but it's non-trivial with the current implementation, this should at least fix the layout for now.