-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support For linenums for CodeHilite #16
Comments
Hi @sak96, That's a great idea. I prefer the first option by the way. Fell free to open a PR, I'll review it ASAP. Thanks |
This was referenced Sep 8, 2021
#18 fixes this issue |
@WnP Please close this issue when you release to pypi |
let $VIMWIKI_MARKDOWN_EXTENSIONS='[{"codehilite": {"linenums": True}}]' |
@WnP hi sorry for anoyying you again. But would you be able to release with this feature ? |
@WnP, i am guessing you are pretty busy. pip install git+https://github.com/WnP/vimwiki_markdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
line number can be enabled by passing linenums to codehilite
If i want to raise PR which approach is advised.
VIMWIKIMARKDOWN_LINENUMS
for passing this arguementVIMWIKIMARKDOWN_EXTENSION
usingast.literal_eval
and then add default plugins if they are not availableThe text was updated successfully, but these errors were encountered: