Skip to content

Commit

Permalink
Add test description
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Aug 20, 2018
1 parent a92efd7 commit 2c63b65
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions test/site/content-org/all-posts.org
Expand Up @@ -4860,6 +4860,16 @@ instead.
:EXPORT_DATE: 2018-08-19
:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :link-citations true
:END:
#+begin_description
This test tests the following:
- Pandoc leave the HTML ~span~ tags as-is.
- Pandoc does not escape the ~<~ in the ~figure~ shortcodes with
captions (in general: ~{{< ..>}}~ shortcodes that could wrap across
lines).
- While Pandoc auto-wraps the re-written Markdown, it also wraps the
~{{< .. >}}~ shortcodes. The test checks that such "wrapped
shortcodes" get unwrapped.
#+end_description
{{{oxhugoissue(191)}}}
*** Why an electronic lab notebook?
At an age where data is moving from paper to electronic form, the
Expand Down
15 changes: 13 additions & 2 deletions test/site/content/posts/citations-with-captions/index.md
@@ -1,5 +1,16 @@
+++
title = "Citations with captions"
description = """
This test tests the following:
- Pandoc leave the HTML `span` tags as-is.
- Pandoc does not escape the `<` in the `figure` shortcodes with
captions (in general: `{{< ..>}}` shortcodes that could wrap across
lines).
- While Pandoc auto-wraps the re-written Markdown, it also wraps the
`{{< .. >}}` shortcodes. The test checks that such "wrapped
shortcodes" get unwrapped.
"""
date = 2018-08-19
tags = ["pandoc", "citations"]
draft = false
Expand All @@ -17,11 +28,11 @@ an electronic notebook has to happen.

## Why use Org mode?

Check out the code block in [1](#org37632ce).
Check out the code block in [1](#orge2c7b6d).

## Using code blocks

<a id="org37632ce"></a>
<a id="orge2c7b6d"></a>

``` plantuml
rectangle "<html>, <body>, etc." as a {
Expand Down

0 comments on commit 2c63b65

Please sign in to comment.