cmacmackin / markdown-include

Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
GNU General Public License v3.0
104 stars 41 forks source link

feat(remote): add support for remote files #46

Open Umaaz opened 9 months ago

Umaaz commented 9 months ago

Add support to download files from remote urls then include them as normal.

closes #45