Fix markdown files for Pandoc transition
This commit is contained in:
parent
efa4b0303d
commit
4ea5d736b5
14
_config.yml
14
_config.yml
@ -172,15 +172,11 @@ news_limit: 5 # leave blank to include all the news in the `_news` folder
|
|||||||
# Markdown and syntax highlight
|
# Markdown and syntax highlight
|
||||||
markdown: Pandoc
|
markdown: Pandoc
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
#kramdown:
|
#pandoc:
|
||||||
# input: GFM
|
# extensions:
|
||||||
# syntax_highlighter_opts:
|
# - filter: mermaid-filter
|
||||||
# css_class: 'highlight'
|
# - filter: mathjax-pandoc-filter
|
||||||
# span:
|
# - '-Mmathjax.centerDisplayMath' # center display math
|
||||||
# line_numbers: false
|
|
||||||
# block:
|
|
||||||
# line_numbers: false
|
|
||||||
# start_line: 1
|
|
||||||
|
|
||||||
# Includes & excludes
|
# Includes & excludes
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
|||||||
@ -7,6 +7,10 @@ importance: 1
|
|||||||
category: thesis
|
category: thesis
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
{class="img-fluid rounded z-depth-1"}
|
||||||
|
|
||||||
{:class="img-fluid rounded z-depth-1"}
|
{:class="img-fluid rounded z-depth-1"}
|
||||||
|
|
||||||
::: {:class="caption"}
|
::: {:class="caption"}
|
||||||
|
|||||||
@ -53,7 +53,7 @@ blockquote {
|
|||||||
|
|
||||||
// Caption
|
// Caption
|
||||||
|
|
||||||
.caption {
|
.caption, figcaption {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user