ldoc
ldoc copied to clipboard
Documented Moonscript methods generate invalid HTML ids
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.