Add forced line break examples to multi-line descriptions

master
Kaushal Modi 8 years ago
parent 1661884157
commit 615e2d5d85
  1. 8
      test/site/content-org/all-posts.org
  2. 4
      test/site/content/posts/description-multi-line-org-special-block-toml.md
  3. 5
      test/site/content/posts/description-multi-line-org-special-block-yaml.md

@ -4579,6 +4579,10 @@ Short description
of this post
*bold* -- /italics/ --- +strikethrough+ =monospace=
These lines \\
show up with line breaks \\
but within the same paragraph.
#+end_description
Post content.
***** Special block description overrides property-set description
@ -4630,6 +4634,10 @@ Short description
of this post
*bold* -- /italics/ --- +strikethrough+ =monospace=
These lines \\
show up with line breaks \\
but within the same paragraph.
#+end_description
Post content.
***** Single-line description with backslashes (YAML) :escaping:backslashes:front_matter:single_line:

@ -5,6 +5,10 @@ description = """
of this post
**bold** -- _italics_ --- ~~strikethrough~~ `monospace`
These lines <br />
show up with line breaks <br />
but within the same paragraph.
"""
tags = ["front-matter", "description", "special-block", "toml", "multi-line"]
draft = false

@ -6,6 +6,11 @@ description: >
**bold** -- _italics_ --- ~~strikethrough~~ `monospace`
These lines <br />
show up with line breaks <br />
but within the same paragraph.
tags: ["front-matter", "description", "special-block", "yaml", "multi-line"]
draft: false
---

Loading…
Cancel
Save