.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 2df6532 "Minor update to a test" on 2017-11-28.
Markdown source of this page

Code-fenced source blocks with backticks

tags: src-block code-fence backticks


Description/Summary

This code block contains a fenced code block with 4 backticks: ````emacs-lisp (message "Hello") ```` This code block contains a fenced code block with 3 backticks: ```emacs-lisp (message "Hello again") ``` This code block contains no backticks: (message "Hello again x2") This code block again contains a fenced code block with 4 backticks: ````emacs-lisp (message "Hello again x3") ```` This code block contains a fenced code block with 6 backticks:


Content

This code block contains a fenced code block with 4 backticks:

````emacs-lisp
(message "Hello")
````

This code block contains a fenced code block with 3 backticks:

```emacs-lisp
(message "Hello again")
```

This code block contains no backticks:

(message "Hello again x2")

This code block again contains a fenced code block with 4 backticks:

````emacs-lisp
(message "Hello again x3")
````

This code block contains a fenced code block with 6 backticks:

``````emacs-lisp
(message "Hello again x4")
``````

This code block again contains a fenced code block with 3 backticks:

```emacs-lisp
(message "Hello again x5")
```

This code block once again contains no backticks:

(message "Hello again x6")

Page (Debug)

Page VariableValue
Name "Code-fenced source blocks with backticks"
Title "Code-fenced source blocks with backticks"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://ox-hugo.scripter.co/test/posts/code-fenced-src-blocks-with-backticks/"
RelPermalink "/posts/code-fenced-src-blocks-with-backticks/"
Data
page.Data{} (type:page.Data)
NextPageCitations Example (YAML)
PrevPageCoderef
NextInSectionCitations Example (YAML)
PrevInSectionCoderef

Page Params (Debug)

KeyTypeValue
draftbool false
iscjklanguagebool false
lastmodtime.Time 2017-11-28 11:30:07 -0500 -0500
tags[]string "src-block" "code-fence" "backticks"
titlestring "Code-fenced source blocks with backticks"

File Object (Debug)

FileInfo VariableValue
UniqueID "96ce255683e27cabcdba48e83e608a1d"
BaseFileName "code-fenced-src-blocks-with-backticks"
TranslationBaseName "code-fenced-src-blocks-with-backticks"
Lang "en"
Section "posts"
LogicalName "code-fenced-src-blocks-with-backticks.md"
Dir "posts/"
Ext "md"
Path "posts/code-fenced-src-blocks-with-backticks.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]