ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

Documented Moonscript methods generate invalid HTML ids

Open Lukc opened this issue 8 years ago • 0 comments
trafficstars

The tests/moonscript/List.moon example works fine to show the problem.

The generated anchors in the documentation will be List\new, List\add, and so on. But those are invalid HTML ids and therefor cannot be referenced.

See also #255.

Lukc avatar Aug 14 '17 13:08 Lukc