Minor text edit in tests

master
Kaushal Modi 8 years ago
parent 342354e71f
commit 960579bce4
  1. 4
      test/site/content-org/all-posts.org
  2. 2
      test/site/content/posts/description-multi-line-org-special-block-toml.md
  3. 2
      test/site/content/posts/description-multi-line-org-special-block-yaml.md

@ -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:

@ -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

@ -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
---

Loading…
Cancel
Save