Embed markdown files into html
Project description
embedmd
Note: this project has been stalled. The markdown in HTML extension of the Markdown package does not have any good feature to embed tables into HTML. That was my main use case.
Installation
git clone https://github.com/kylepollina/embedmd
cd embedmd
python3 setup.py install
Usage
Place this text in your HTML file where you want to embed markdown:
'#INCLUDE filename.md'
Where filename.md
is pointing to the markdown file you wish to embed in that spot of the HTML file.
[~]$ embedmd input.html optional_output.html
embedmd
supports an optional output file if you wish to not overwrite the original file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
embedmd-0.1.1.tar.gz
(2.1 kB
view hashes)
Built Distributions
embedmd-0.1.1-py3.7.egg
(4.1 kB
view hashes)