Pandoc code highlight
This commit is contained in:
parent
4ea5d736b5
commit
35c384f7d2
@ -26,8 +26,8 @@ impressum_path: # set to path to include impressum link in the footer, use the
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# code highlighter theme
|
# code highlighter theme
|
||||||
highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes
|
highlight_theme_light: tango # assets/stylesheets/
|
||||||
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes
|
highlight_theme_dark: zenburn # assets/stylesheets/
|
||||||
|
|
||||||
# repo color theme
|
# repo color theme
|
||||||
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
|
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
|
||||||
@ -174,9 +174,9 @@ markdown: Pandoc
|
|||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
#pandoc:
|
#pandoc:
|
||||||
# extensions:
|
# extensions:
|
||||||
# - filter: mermaid-filter
|
|
||||||
# - filter: mathjax-pandoc-filter
|
# - filter: mathjax-pandoc-filter
|
||||||
# - '-Mmathjax.centerDisplayMath' # center display math
|
# - '-Mmathjax.centerDisplayMath' # center display math
|
||||||
|
# - filter: mermaid-filter
|
||||||
|
|
||||||
# Includes & excludes
|
# Includes & excludes
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
|
||||||
|
|
||||||
<!-- Code Syntax Highlighting -->
|
<!-- Code Syntax Highlighting -->
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_light | append: '.css' }}" media="" id="highlight_theme_light" />
|
<!---<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_light | append: '.css' }}" media="" id="highlight_theme_light" /> -->
|
||||||
|
<link rel="stylesheet" href="/assets/stylesheets/{{ site.highlight_theme_light | append: '.css' }}" media="" id="highlight_theme_light" />
|
||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
{% if site.icon.size <= 4 %}
|
{% if site.icon.size <= 4 %}
|
||||||
@ -24,7 +25,7 @@
|
|||||||
|
|
||||||
<!-- Dark Mode -->
|
<!-- Dark Mode -->
|
||||||
{% if site.enable_darkmode %}
|
{% if site.enable_darkmode %}
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/{{ site.highlight_theme_dark | append: '.css' }}" media="none" id="highlight_theme_dark" />
|
<link rel="stylesheet" href="/assets/stylesheets/{{ site.highlight_theme_dark | append: '.css' }}" media="" id="highlight_theme_dark" />
|
||||||
|
|
||||||
<script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
|
<script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
|
||||||
<script src="{{ '/assets/js/dark_mode.js' | relative_url }}"></script>
|
<script src="{{ '/assets/js/dark_mode.js' | relative_url }}"></script>
|
||||||
|
@ -9,6 +9,10 @@ category: thesis
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
$$
|
||||||
|
E = mc^2 \frac{42}{10^5}
|
||||||
|
$$
|
||||||
|
|
||||||
{class="img-fluid rounded z-depth-1"}
|
{class="img-fluid rounded z-depth-1"}
|
||||||
|
|
||||||
{:class="img-fluid rounded z-depth-1"}
|
{:class="img-fluid rounded z-depth-1"}
|
||||||
|
Loading…
Reference in New Issue
Block a user