I use python markdown extension to deal with markdown files. Also enabled new line to break extension
But this time bootstrap markdown behaves differently, Is there a feature to treat new lines as breaks like Github flavored markdown do?
Or may it be possible to integrate bootstrap markdown with Python Markdown extension without using 3rd party libraries : markdown-js, marked and to-markdown etc. Since already Python Markdown extension does this work for us.
I use python markdown extension to deal with markdown files. Also enabled new line to break extension
But this time bootstrap markdown behaves differently, Is there a feature to treat new lines as breaks like Github flavored markdown do?
Or may it be possible to integrate bootstrap markdown with Python Markdown extension without using 3rd party libraries : markdown-js, marked and to-markdown etc. Since already Python Markdown extension does this work for us.