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
Currently I can embed parts of code by specifying the line numbers:
PATH: "vault://main.cpp" LINES: "30-40"
However, I would like to request for a somewhat more stable tagging. Line numbers are very fragile. ;-)
Something like:
PATH: "vault://main.cpp" TAG: example1
Thereby my main.cpp would contain something like this:
main.cpp
// [embed-start:example1] int main() {} // [embed-end:example1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently I can embed parts of code by specifying the line numbers:
However, I would like to request for a somewhat more stable tagging. Line numbers are very fragile. ;-)
Something like:
Thereby my
main.cpp
would contain something like this:The text was updated successfully, but these errors were encountered: