yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Reduce Regex strictness of markdown-it-include #174

Closed glenasmith closed 4 years ago

glenasmith commented 4 years ago

The current regexp only lets you include other *.md files, but it's sometimes handy to be able to include other source files in your pdf for developer docs (such as external json, js, or other source code).

I've relaxed the regex so you can include files with any extension, rather than just .md

yzane commented 4 years ago

Thanks for your PR!