Skip to content
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

wiki: typo error in presets section #228

Closed
mufeedcm opened this issue Dec 26, 2024 · 2 comments
Closed

wiki: typo error in presets section #228

mufeedcm opened this issue Dec 26, 2024 · 2 comments

Comments

@mufeedcm
Copy link

mufeedcm commented Dec 26, 2024

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
});

@mufeedcm mufeedcm changed the title typo: error wiki: typo error in presets section Dec 26, 2024
@OXY2DEV OXY2DEV closed this as completed Jan 25, 2025
@OXY2DEV
Copy link
Owner

OXY2DEV commented Jan 25, 2025

The wiki has been rewritten(without the typo).

So, there's no point in merging this.

@MuntasirSZN
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants