General
tags:
formatting
Description/Summary
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.
Content
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. |
|
Page (Debug)
Page Params (Debug)
| Key | Type | Value |
| date | time.Time |
2017-07-31 00:00:00 +0000 UTC
|
| draft | bool |
false
|
| iscjklanguage | bool |
false
|
| lastmod | time.Time |
2017-09-28 11:58:17 -0400 -0400
|
| publishdate | time.Time |
2017-07-31 00:00:00 +0000 UTC
|
| tags | []string |
"formatting"
|
| title | string |
"General"
|
File Object (Debug)
| FileInfo Variable | Value |
| UniqueID |
"d7359f7d23af5242e25a3bf01681ad4f"
|
| BaseFileName |
"general-formatting"
|
| TranslationBaseName |
"general-formatting"
|
| Lang |
"en"
|
| Section |
"posts"
|
| LogicalName |
"general-formatting.md"
|
| Dir |
"posts/"
|
| Ext |
"md"
|
| Path |
"posts/general-formatting.md"
|