Ideas
Bash Org Mode -> Markdown converter
Using sed
I can convert an Org Mode file to Markdown for use with Jekyll or any other static site generator that uses Markdown.
- Headings can be converted from
*
->#
, all stars are replaced with hashtags. - Grave code blocks can be converted from
`
to=
. - Links will be harder to convert but I’m sure it is easy.