We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, If I use the default template with this code:
{% extends 'partials/base.html.twig' %} {% block content %} <article class="max-w-xl mx-auto"> <header> <h1>{{ page.header.title }}</h1> </header> {{ page.content }} </article> {% endblock %}
Markdown is not processing. If I put {{page.content}} inside <section class=prose> like in the post template then the markdown works.
<section class=prose>
I'm doing something wrong ? or is a not defined css for default.html.twig and is for this that markdown is not processed?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey Jordan, thanks for reporting the issue. Indeed, the default template was missing the prose class. I fixed it via e0f7944.
prose
This fix is part of the 1.4.2 release which should soon be available via GPM.
Sorry, something went wrong.
Thank you !!
No branches or pull requests
Hi,
If I use the default template with this code:
Markdown is not processing.
If I put {{page.content}} inside
<section class=prose>
like in the post template then the markdown works.I'm doing something wrong ? or is a not defined css for default.html.twig and is for this that markdown is not processed?
Thanks!
The text was updated successfully, but these errors were encountered: