1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-03 18:35:07 +01:00

fix spacing in code blocks

This commit is contained in:
Matthias Kretschmann 2016-10-03 22:16:46 +02:00
parent a6f76490ff
commit 8cd54138c5
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ future: false
markdown: redcarpet markdown: redcarpet
redcarpet: redcarpet:
extensions: ['autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript'] extensions: ['no_intra_emphasis', 'autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript', 'lax_spacing']
# Generator # Generator

View File

@ -10,7 +10,7 @@
<section role="document" class="site__document"> <section role="document" class="site__document">
<div class="site__content"> <div class="site__content">
<div class="container"> <div class="container">
{{ content | condense_spaces }} {{ content }}
</div> </div>
</div> </div>
</section> </section>