Open nnicandro opened 5 years ago
I could try to help with this. Are you thinking of using pandoc and making changes to make sure it renders nicely?
I was thinking more along the lines of using org-mode
s builtin texinfo exporter and using magit
s manual and the org-mode
example as templates for all of the texinfo
stuff.
Here are a few things that I think need to be done at the moment
Table of contents
since this is mainly for GithubHow do I install this package?
since, if you are reading the info page, the package is already installedNote, you can already export an org file to a compiled info file using C-c C-e i i
, not sure if you need to
(require 'ox-texinfo)
first or not.
So that the README contents can be converted into info pages available in Emacs.