|
@@ -1,8 +1,11 @@
|
|
# Debian Server Configuration
|
|
# Debian Server Configuration
|
|
|
|
|
|
-@[:markdown](../links_child.md)
|
|
|
|
|
|
+{% capture links_raw %}{% include ../links_child.md %}{% endcapture %}
|
|
|
|
+{{ links_raw | markdownify }}
|
|
|
|
|
|
-* TOC
|
|
|
|
|
|
+## Contents
|
|
|
|
+{:.no_toc}
|
|
|
|
+- ToC
|
|
{:toc}
|
|
{:toc}
|
|
|
|
|
|
## One
|
|
## One
|
|
@@ -17,4 +20,5 @@ AAAAAAAAAAAAAAAAAAAAAAAAA
|
|
## Two
|
|
## Two
|
|
AAAAAAAAAAAAAAAAAAAAAAAAA
|
|
AAAAAAAAAAAAAAAAAAAAAAAAA
|
|
|
|
|
|
-@[:markdown](/footer.md)
|
|
|
|
|
|
+{% capture footer_raw %}{% include /footer.md %}{% endcapture %}
|
|
|
|
+{{ footer_raw | markdownify }}
|