christopher-ramirez / secretary

Take the power of Jinja2 templates to OpenOffice and LibreOffice.
Other
190 stars 48 forks source link

Markdown cannot handle ordered lists (with numbers) ? #67

Open Tagirijus opened 5 years ago

Tagirijus commented 5 years ago

Hi there,

could it be that the markdown filter is somehow buggy? I set up this example repo, which shows what I am doing:

https://github.com/Tagirijus/secretary_bug

So basically I have a variable containing:

1. One
2. Two
3. Three

And I'd expect secretary to render it (with the |markdown filter) as a list with numbers. Instead I just get a list with bullets.

Am I doing somethign wrong or is this a bug? I already upgraded to the secretary version v0.2.19.

Thanks for your help! (=

christopher-ramirez commented 5 years ago

Hello!

Yes, it is a bug in the markdown filter which at the time has no fix. Sorry :/

Tagirijus commented 5 years ago

Hi Christopher, thanks for your reply and also thanks for confirming at least. (=