From 960579bce47b7b0fade7da046e5bd52a9ec4e209 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Sat, 27 Jan 2018 02:52:31 -0500 Subject: [PATCH] Minor text edit in tests --- test/site/content-org/all-posts.org | 4 ++-- .../posts/description-multi-line-org-special-block-toml.md | 2 +- .../posts/description-multi-line-org-special-block-yaml.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index fa8f72f..6eab1fb 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -3785,7 +3785,7 @@ Post content. Short description of this post -*line* -- /italics/ --- +strikethrough+ +*bold* -- /italics/ --- +strikethrough+ #+end_description Post content. **** YAML :yaml: @@ -3808,7 +3808,7 @@ Post content. Short description of this post -*line* -- /italics/ --- +strikethrough+ +*bold* -- /italics/ --- +strikethrough+ #+end_description Post content. ** Replace front-matter keys :keys:replace: diff --git a/test/site/content/posts/description-multi-line-org-special-block-toml.md b/test/site/content/posts/description-multi-line-org-special-block-toml.md index 21e3c88..418017c 100644 --- a/test/site/content/posts/description-multi-line-org-special-block-toml.md +++ b/test/site/content/posts/description-multi-line-org-special-block-toml.md @@ -4,7 +4,7 @@ description = """ Short description of this post - **line** -- _italics_ --- ~~strikethrough~~ + **bold** -- _italics_ --- ~~strikethrough~~ """ tags = ["front-matter", "description", "special-block", "toml", "multi-line"] draft = false diff --git a/test/site/content/posts/description-multi-line-org-special-block-yaml.md b/test/site/content/posts/description-multi-line-org-special-block-yaml.md index dab57a7..031daca 100644 --- a/test/site/content/posts/description-multi-line-org-special-block-yaml.md +++ b/test/site/content/posts/description-multi-line-org-special-block-yaml.md @@ -5,7 +5,7 @@ description : > of this post - **line** -- _italics_ --- ~~strikethrough~~ + **bold** -- _italics_ --- ~~strikethrough~~ tags : ["front-matter", "description", "special-block", "yaml", "multi-line"] draft : false ---