.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | projects | tags | search ]
Hugo Sandbox

This is an unofficial Hugo sandbox site to try to replicate possible bugs in hugo.

It is updated automatically after each commit to the hugo-sandbox repo. It was last updated on Jan 20, 2022 13:08 UTC.


This page was created/modified in commit 669d193 "Copy ox-hugo test site" on 2017-11-02.
Markdown source of this page

Enabling/Disabling extensions (TOML)

tags: blackfriday toml


Description/Summary

Extensions enabled: tabSizeEight, hardLineBreak Extensions disabled: fencedCode, strikethrough Angled quotes enabled “this” Hard line break enabled a b c Plain ID Anchors disabled Check the ID for all the headings in this post’s HTML. The ID’s will look something like: <h2 id="plain-id-anchors-disabled:c94b2acd735ed6a466ef85be48bdea8c">Plain ID Anchors disabled</h2> where :c94b2acd735ed6a466ef85be48bdea8c is the document ID. Fractions disabled 2/5 Smart dashes disabled a–b c–d Fenced code disabled Below, the code block language name will show up before the code.


Content

Angled quotes enabled

“this”

Hard line break enabled

a b c

Plain ID Anchors disabled

Check the ID for all the headings in this post’s HTML. The ID’s will look something like:

<h2 id="plain-id-anchors-disabled:c94b2acd735ed6a466ef85be48bdea8c">Plain ID Anchors disabled</h2>

where :c94b2acd735ed6a466ef85be48bdea8c is the document ID.

Fractions disabled

2/5

Smart dashes disabled

a–b c–d

Fenced code disabled

Below, the code block language name will show up before the code.

(message "Hello")

Strikethrough disabled

not-canceled


Page (Debug)

Page VariableValue
Name "Enabling/Disabling extensions (TOML)"
Title "Enabling/Disabling extensions (TOML)"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/blackfriday-ext-enabling-disabling-toml/"
RelPermalink "/posts/blackfriday-ext-enabling-disabling-toml/"
Data
page.Data{} (type:page.Data)
NextPageChecklist
PrevPageEnabling/Disabling extensions (YAML)
NextInSectionChecklist
PrevInSectionEnabling/Disabling extensions (YAML)

Page Params (Debug)

maps.Params{"blackfriday":maps.Params{"angledquotes":true, "extensions":[]interface {}{"tabSizeEight", "hardLineBreak"}, "extensionsmask":[]interface {}{"fencedCode", "strikethrough"}, "fractions":false, "hreftargetblank":true, "plainidanchors":false, "smartdashes":false}, "date":time.Date(2017, time.August, 2, 0, 0, 0, 0, time.UTC), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2017, time.November, 2, 10, 12, 52, 0, time.Location("")), "publishdate":time.Date(2017, time.August, 2, 0, 0, 0, 0, time.UTC), "tags":[]string{"blackfriday", "toml"}, "title":"Enabling/Disabling extensions (TOML)"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "c94b2acd735ed6a466ef85be48bdea8c"
BaseFileName "blackfriday-ext-enabling-disabling-toml"
TranslationBaseName "blackfriday-ext-enabling-disabling-toml"
Lang "en"
Section "posts"
LogicalName "blackfriday-ext-enabling-disabling-toml.md"
Dir "posts/"
Ext "md"
Path "posts/blackfriday-ext-enabling-disabling-toml.md"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.92.0 (commit b3549403) .

[Back to Hugo Sandbox home]