You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably by cloning the repo every-night and redeploying the website?
Figure out how to translate from org-mode to markdown or have github pages/jekyll display org-mode properly
---> This can be achieved by using the gfm export format for pandoc: pandoc --from=org --to=gfm <file>.org > <file>.md
For the last point, note that pandoc screws up the tables as well as some formatting like C++ code-blocks. So we still have some modifications to do (or maybe we can convert org-mode directly to HTML?)
The text was updated successfully, but these errors were encountered:
---> This can be achieved by using the
gfm
export format for pandoc:pandoc --from=org --to=gfm <file>.org > <file>.md
For the last point, note that
pandoc
screws up the tables as well as some formatting like C++ code-blocks. So we still have some modifications to do (or maybe we can convert org-mode directly to HTML?)The text was updated successfully, but these errors were encountered: