Ayu and render-markdown #548
pkazmier
started this conversation in
Show and tell
Replies: 2 comments 2 replies
|
I don't know how this one slipped past, completely missed when you posted this, my bad. That looks great, really cool use of the right aligned headings. Thanks for sharing! FYI for these repeated string type of icons you can use the function version instead of the list version. Functionally they're equivalent, up to you which you prefer. In this case it would look like so: require('render-markdown').setup({
heading = {
---@param ctx render.md.heading.Context
---@return string?
icons = function(ctx)
return '' .. (''):rep(ctx.level)
end,
},
})The type information, i.e. |
1 reply
|
@pkazmier I tried using your config, but there is a visual issue. Do you happen to know why? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Thought I'd share one of my favorite colorschemes paired with my favorite markdown plugin.
My 'render-markdown' configuration:
My relevant 'ayu' hl-group configuration:
All reactions