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 Variable | Value | |
---|---|---|
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 |
| |
NextPage | Citations Example (YAML) | |
PrevPage | Coderef | |
NextInSection | Citations Example (YAML) | |
PrevInSection | Coderef |
Page Params (Debug)
Key | Type | Value |
---|---|---|
draft | bool | false |
iscjklanguage | bool | false |
lastmod | time.Time | 2017-11-28 11:30:07 -0500 -0500 |
tags | []string | "src-block" "code-fence" "backticks" |
title | string | "Code-fenced source blocks with backticks" |
File Object (Debug)
FileInfo Variable | Value |
---|---|
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" |