Håvard O. Nordstrand 5 anos atrás
pai
commit
2a28611fe7
1 arquivos alterados com 7 adições e 3 exclusões
  1. 7 3
      config/debian-server/test.md

+ 7 - 3
config/debian-server/test.md

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