how to change appearance of org-mode files on Github?
- by Peter Salazar
Github supports org-mode files, and has a renderer that parses .org files and converts them to HTML form. Headings appear in larger font, text tables are converted to graphical HTML tables, etc.
Is there a way to control the way .org files appear on Github?
I tried adding some export options in the usual manner
#+OPTIONS: H:2 toc:t
but the options are not reflected.
Is this possible? If not, is there a workaround to display org-mode files through Github?