Modify ↓
#13143 closed defect (fixed)
Nested lists are not working
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | MarkdownMacro |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 1.0 |
Description
The following markdown results in a single level list, instead of being correctly nested.
* List item * Other list item * Nested item * Other nested item
Output:
- List item
- Other list item
- Nested item
- Other nested item
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
PatchWelcome. Ideally we should allow the behavior to be configured using an plugin option.
Changed 8 years ago by
Attachment: | markdown_macro_tab_size.diff added |
---|
Patch adding a setting for control tab size passed to Markdown
comment:3 Changed 8 years ago by
Keywords: | patch added |
---|
comment:5 Changed 8 years ago by
Owner: | changed from Ryan J Ollos to j.femia@… |
---|
Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
Python-Markdown says: