Skip to content
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

<= will intercept the included file #5

Open
soulmachine opened this issue Feb 6, 2016 · 1 comment
Open

<= will intercept the included file #5

soulmachine opened this issue Feb 6, 2016 · 1 comment

Comments

@soulmachine
Copy link

I have a markdown file test.md:

{% codesnippet "./test.cpp", language="cpp" %}{% endcodesnippet %}

and the test.cpp is:

Hello <= Word

Then I run gitbook serve to see the page, I can only see Hello, which means all code after <= is cutted off.

It seems this plugin can not handle this neither:

List<List<Integer>> list = new ArrayList<>();
@macrozone
Copy link

same problem with <| in elm-language

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants