odpdown
odpdown copied to clipboard
Sometimes, new line in block code are not displayed
Nice work, really. I use odpdown with my project named vymad: I use VYM (mindmap tool) to manage my headings and content, then it converts the file to markdown that is treated with odpdown. But I have a strange problem.
Example: I have that content
Some text
```bash
at 10:00 AM
at 9:00 PM December 21 2016
at now + 2min
```
And in the odp file, I see:
I don't find how to fix it... any idea ?
Good catch, there's one whitespace/lineend case missing. I'll get to that this week.
No problem... That's just complicated, at this time, to manually fix more than 80 slides :(
Because I need it very quickly, I can try to change code (I'm python developper), but I don't know where I should start :p
if you don't absolutely need bash highlighter, just using
```
at 10:00 AM
at 9:00 PM December 21 2016
at now + 2min
```
works for me
And see commit above for a hacky, untested, etc WIP fix ;)
Hi, excuse me for late answer, I was very busy. I tried the last version (git clone) - the problem remains... Removing "bash" highlight is ok... but I need it for other slides. I'll check how to fix it
See the screencap:
The problem remains on last line