-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when attempting to use markdown as a fenced language #121
Comments
This is reported by @rhysd. tyru/markdown-codehl-onthefly.vim#3
I'm also experiencing this. I can see how adding fenced code blocks with "markdown" syntax highlighting within a markdown file could cause infinite recursion... could this be avoided with some sort of conditional statement? |
My guess would be that yes, it could. |
Using Vim, I'm having a very similar issue where using There could be an issue since I'm pretty sure I just copied the syntax file into my File Contents
Errors
|
I'm using Neovim installed via Homebrew.
I have revision a7dbc31 of this plugin installed using junegunn/vim-plug@ddc67fc.
This is the vim configuration file I'm using:
If I comment out the block to assign a value to
g:markdown_fenced_languages
, I'm able to load a.md
file without issue. However, with the block in place, loading even an empty.md
file produces this output...... followed by a lot of repetitions of this.
The text was updated successfully, but these errors were encountered: