Skip to content

Generate the Vim doc from Markdown #51

@cideM

Description

@cideM

I saw other repos do that but they do it by installing a Neovim plugin and running a headless instance. Seems a bit overkill to me. Perfect opportunity to yak shave by creating a stand alone tool to convert .md to Vim help text. Should support GitHub flavored Markdown but not much else.

I've dealt with some Go markdown libs at work and that was generally OK. So I guess you only need to write the conversion from Markdown AST to vim output. Doesn't sound too crazy. I could imagine that fitting it in 78 cols could be problematic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions