DCsunset/pandoc-include

files with _ (underscore) in their name

faridcher opened this issue · 1 comments

works fine with normal filenames but

```py
!include sound/__init__.py
‌‍```

does nothing:
image

Hi, for filenames with special sequence in Markdown language, you can use the following syntax to escape them:

!include `__init__.py`

I have updated README for such cases.