-
Markdown conversions (Really html)
- Rename from mdtext to md
- Use // hrefs instead of http or https
See changes.txt
-
Theme Template
CMS templates were converted into
base.html
-
Configuration
See pelicanconf.py
-
Pelican ASF plugin configuration
- 'unsafe_tags': True # allow style, script, and iframe tags
- 'metadata': False # no metadata replacement in markdown files
- 'elements': False # CMS didn't use mdx_elementid featuresz
- 'headings': False # Do not fix up headings w/ permalinks
- 'headings_re': r'^h[1-4]'
- 'permalinks': False,
- 'toc': False # does not use [TOC]
- 'toc_headers': r"h[1-4]",
- 'tables': False # Do not fix up for markdown table class