You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.9 KiB

+++ title = "General" date = 2017-07-31 tags = ["formatting"] draft = false +++

Below table shows the translation of Org markup to Markdown markup in the exported .md files.

Org Markdown In Hugo rendered HTML
*bold* **bold** bold
/italics/ _italics_ italics
=monospace= `monospace` monospace
~key-binding~ `key-binding` key-binding
- if org-hugo-use-code-for-kbd is nil [default]
~key-binding~ <kbd>key-binding</kbd>
- if org-hugo-use-code-for-kbd is non-nil
- Requires CSS to render the <kbd> tag as something special.
+strike-through+ ~~strike-through~~ strike-through
_underline_ <span class = "underline">underline</span> underline
- Requires CSS to render this underline class as an underline.