We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<=
I have a markdown file test.md:
test.md
{% codesnippet "./test.cpp", language="cpp" %}{% endcodesnippet %}
and the test.cpp is:
test.cpp
Hello <= Word
Then I run gitbook serve to see the page, I can only see Hello, which means all code after <= is cutted off.
gitbook serve
Hello
It seems this plugin can not handle this neither:
List<List<Integer>> list = new ArrayList<>();
The text was updated successfully, but these errors were encountered:
same problem with <| in elm-language
<|
Sorry, something went wrong.
No branches or pull requests
I have a markdown file
test.md
:and the
test.cpp
is:Then I run
gitbook serve
to see the page, I can only seeHello
, which means all code after<=
is cutted off.It seems this plugin can not handle this neither:
The text was updated successfully, but these errors were encountered: