Forráskód Böngészése

Fixed pages markdown tab length

Paul-Louis Ageneau 2 éve
szülő
commit
cbd14c227a
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      pages/pelicanconf.py

+ 5 - 1
pages/pelicanconf.py

@@ -38,4 +38,8 @@ AUTHOR_FEED_RSS = None
 DEFAULT_PAGINATION = False
 
 # Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True
+#RELATIVE_URLS = True
+
+MARKDOWN = {
+    'tab_length': 2,
+}