.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | tags | search ]
ox-hugo Test Site

This is the test site for the ox-hugo package for Emacs/Org-mode.

It is updated automatically after each commit to the ox-hugo repo. It was last updated on Mar 05, 2024 19:24 UTC.


This page was created/modified in commit 5e1fac9 "Support 1-column table exports" on 2017-09-28.
Markdown source of this page

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 VariableValue
Name "General"
Title "General"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://ox-hugo.scripter.co/test/posts/general-formatting/"
RelPermalink "/posts/general-formatting/"
Data
page.Data{} (type:page.Data)
NextPageDon't Use Org Code markup for kbd tag
PrevPageInline equations
NextInSectionDon't Use Org Code markup for kbd tag
PrevInSectionInline equations

Page Params (Debug)

KeyTypeValue
datetime.Time 2017-07-31 00:00:00 +0000 UTC
draftbool false
iscjklanguagebool false
lastmodtime.Time 2017-09-28 11:58:17 -0400 -0400
publishdatetime.Time 2017-07-31 00:00:00 +0000 UTC
tags[]string "formatting"
titlestring "General"

File Object (Debug)

FileInfo VariableValue
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"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.101.0 (commit 466fa43c16709b4483689930a4f9ac8add5c9f66) . This site is powered by Netlify.
[Test Site home | ox-hugo home]