From c6bf5f7c895287d2028f6024265913b59784a154 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 27 Sep 2020 17:45:13 -0500 Subject: Bring all of jekyll-text-theme _includes into site --- _includes/markdown-enhancements/chart.html | 15 +++++++++++++++ _includes/markdown-enhancements/mathjax.html | 17 +++++++++++++++++ _includes/markdown-enhancements/mermaid.html | 10 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 _includes/markdown-enhancements/chart.html create mode 100644 _includes/markdown-enhancements/mathjax.html create mode 100644 _includes/markdown-enhancements/mermaid.html (limited to '_includes/markdown-enhancements') diff --git a/_includes/markdown-enhancements/chart.html b/_includes/markdown-enhancements/chart.html new file mode 100644 index 0000000..f1c476d --- /dev/null +++ b/_includes/markdown-enhancements/chart.html @@ -0,0 +1,15 @@ +{%- include snippets/get-sources.html -%} +{%- assign _sources = __return -%} + diff --git a/_includes/markdown-enhancements/mathjax.html b/_includes/markdown-enhancements/mathjax.html new file mode 100644 index 0000000..9500faa --- /dev/null +++ b/_includes/markdown-enhancements/mathjax.html @@ -0,0 +1,17 @@ +{%- include snippets/get-sources.html -%} +{%- assign _sources = __return -%} + +{%- include snippets/assign.html target=site.data.variables.default.mathjax_autoNumber + source0=site.mathjax_autoNumber source1=page.mathjax_autoNumber -%} +{%- assign _mathjax_autoNumber = __return -%} + + + diff --git a/_includes/markdown-enhancements/mermaid.html b/_includes/markdown-enhancements/mermaid.html new file mode 100644 index 0000000..64e4dac --- /dev/null +++ b/_includes/markdown-enhancements/mermaid.html @@ -0,0 +1,10 @@ +{%- include snippets/get-sources.html -%} +{%- assign _sources = __return -%} + -- cgit v1.2.3