Skip to content
Snippets Groups Projects
Commit 82e3d0a4 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

respect Markdown line breaks

parent bf086114
No related branches found
No related tags found
No related merge requests found
Pipeline #17125 passed
......@@ -8,3 +8,7 @@
font-family: "Roboto Condensed", system-ui, sans-serif;
}
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
@apply whitespace-pre-line
}
......@@ -77,6 +77,10 @@
.module caption, .inline-group h2 {
text-transform: none;
}
.markdownx-preview p {
white-space: pre-line
}
</style>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment