From 2df6532075e6d93feba105ea516dde3ba7dbdc73 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 28 Nov 2017 11:30:07 -0500 Subject: [PATCH] Minor update to a test .. just because I realized that I had "Hello again x4" followed by "Hello again x6", but no "Hello again x5" :) --- test/site/content-org/all-posts.org | 7 +++++++ .../posts/code-fenced-src-blocks-with-backticks.md | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 865b693..6796373 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -537,6 +537,13 @@ This code block contains a fenced code block with 6 backticks: `````` #+END_SRC +This code block again contains a fenced code block with 3 backticks: +#+BEGIN_SRC md +```emacs-lisp +(message "Hello again x5") +``` +#+END_SRC + This code block once again contains no backticks: #+BEGIN_SRC emacs-lisp (message "Hello again x6") diff --git a/test/site/content/posts/code-fenced-src-blocks-with-backticks.md b/test/site/content/posts/code-fenced-src-blocks-with-backticks.md index 7a2150b..3e39b2b 100644 --- a/test/site/content/posts/code-fenced-src-blocks-with-backticks.md +++ b/test/site/content/posts/code-fenced-src-blocks-with-backticks.md @@ -42,6 +42,14 @@ This code block contains a fenced code block with 6 backticks: `````` ``````` +This code block again contains a fenced code block with 3 backticks: + +```````md +```emacs-lisp +(message "Hello again x5") +``` +``````` + This code block once again contains no backticks: ```````emacs-lisp