-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow both html and markdown contents #20
Comments
Using django-jinja-markdown extension, we can also use
|
Merged in #35 |
I'm not sure to understand @ClmntBcqt . Is this implemented or not? My state of understanding is the following one: [x] We can implement markdown like this:
[x] We can implement markdown like this:
[ ] We can't implement markdown using filters like:
Do I understand correctly? |
That's it |
Historycally, JSSG allows markdown content and process it as markdown.
Markdown can includes html but this has some side effects because indentation is interpreted in markdown - so html code must not include indentation For this reason, the source code has been hacked in order to avoid markdown processing.
Expected:
As a content writer, I want to be able to write parts of content as markdown. This is way faster than writing HTML and almost required for blog writting.
A clever way to implement this looks like including the jinja-markdown extension, so that I can write some content body like this:
The text was updated successfully, but these errors were encountered: