Fix markdown files for Pandoc transition

This commit is contained in:
Florent Guiotte 2023-02-07 17:31:43 +02:00
parent efa4b0303d
commit 4ea5d736b5
7 changed files with 128 additions and 128 deletions

View File

@ -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']

View File

@ -7,6 +7,10 @@ importance: 1
category: thesis category: thesis
--- ---
![Caption](/assets/img/spectra.png 'Spectra caption')
![Caption](/assets/img/spectra.png 'Spectra caption'){class="img-fluid rounded z-depth-1"}
![Caption](/assets/img/spectra.png 'Spectra caption'){:class="img-fluid rounded z-depth-1"} ![Caption](/assets/img/spectra.png 'Spectra caption'){:class="img-fluid rounded z-depth-1"}
::: {:class="caption"} ::: {:class="caption"}

View File

@ -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;