-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I'm in the process of transferring all the documentation to leafdocs style for Leaflet.Draw (to encourage documenting changes).
I find that formatting from tables, code blocks, and lists are all hit or miss. Sometimes they generate close enough html or don't pick up the formatting at all.
Example:
I have the following in docs-misc.leafdoc
@namespace CDN's
Several CDN's have Leaflet.Draw available.
| CDN and type | URI |
| -------------- | ---------------- |
| unpkg css| https://unpkg.com/leaflet-draw@0.4.1/dist/leaflet.draw.css |
| unpkg js | https://unpkg.com/leaflet-draw@0.4.1/dist/leaflet.draw.js |
| cdnjs css| https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.0/leaflet.draw.css |
| cdnjs js | https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.0/leaflet.draw.js |
Obviously expect it to parse into...
CDN's
Several CDN's have Leaflet.Draw available.
but it formats as
| CDN and type | URI | | -------------- | ---------------- | | cdnjs css| https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.0/leaflet.draw.css | | cdnjs js | https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/0.4.0/leaflet.draw.js |
Note This may very well be an issue with the marked library but there are no issues attached to that library that fit this issue or issues. I've created a ticket with marked to describe the issue and link back to this ticket as a parent.
Metadata
Metadata
Assignees
Labels
No labels