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
include_code
I'm wondering whether there is already a way to specify line range when using include_code tag, I want to include only partial code in a file.
The expected syntax may be:
{% include_code [title] [lang:language] [line_num:to_line_num] path/to/file%}
The text was updated successfully, but these errors were encountered:
feature: include ranged code lines (#3393)
da14a16
fix issue #3310
feature: include ranged code lines (hexojs#3393)
76447d2
fix issue hexojs#3310
No branches or pull requests
For feature request
I'm wondering whether there is already a way to specify line range when using
include_code
tag, I want to include only partial code in a file.The expected syntax may be:
The text was updated successfully, but these errors were encountered: