-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Having ldoc comments in this markdown format:
Item 1,1 | Item 1,2 |
---|---|
Item 2,1 | Item 2,2 |
Item 3,1 | Item 3,2 |
does not produce the following expected HTML table output:
Item 1,1 | Item 1,2 |
---|---|
Item 2,1 | Item 2,2 |
Item 3,1 | Item 3,2 |
Is this a bug? Is there a workaround other than embedding HTML table tags in the ldoc comments?
Tested with Ldoc v1.4.3.
config.ld has the following settings:
- no_summary=false
- not_luadoc=true
- format='markdown'
- plain=false
- boilerplate=false
Metadata
Metadata
Assignees
Labels
No labels