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
on the wiki, https://github.com/OXY2DEV/markview.nvim/wiki/Presets#presets-horizontal-rules
here,
local presets = require("markview.presets").horizontal_rules; require("markview").setup({ headings = presets.thin });
it should've been, horizontal_rules instead of headings,
local presets = require("markview.presets").horizontal_rules; require("markview").setup({ horizontal_rules = presets.thin });
The text was updated successfully, but these errors were encountered:
The wiki has been rewritten(without the typo).
So, there's no point in merging this.
Sorry, something went wrong.
The wiki has been rewritten(without the typo). So, there's no point in merging this.
Ok, but I found another tiny typo. Probably will do a pr later. (I am not in my home). Thanks.
Successfully merging a pull request may close this issue.
on the wiki,
https://github.com/OXY2DEV/markview.nvim/wiki/Presets#presets-horizontal-rules
here,
it should've been, horizontal_rules instead of headings,
The text was updated successfully, but these errors were encountered: