-
Notifications
You must be signed in to change notification settings - Fork 23
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
Generate native Vim documentation #17
Comments
Here's a quick test of what the docs look like after running them through md2vim: https://gist.github.com/michaelx386/24660963fed7d8330ab0 The README.markdown file might need adjusting to resolve some issues like some lines being too long:
|
Forgot to mention md2vim allows the column length to be changed instead of the default 80 column width shown above so that's an option as well. I'm not sure what the guidelines are for Vim docs regarding column width, I guess 80 is the most compatible/standard size. |
Wow, that tool does a better job than I thought it might. Feel free to modify the README for better results in the doc generation. Agreed that 80 columns is a good target for the compatibility. Thanks! |
I'll see if the file can be altered for a better fit. If not then perhaps md2vim can be set to only write the table of contents to a certain depth, say two levels in this case:
If that's suitable there might be a way to clean it up further by excluding the first level header which is only a title to flatten it out:
I'll take a closer look at md2vim to see what options are available. |
Using https://github.com/FooSoft/md2vim or similar.
The text was updated successfully, but these errors were encountered: