tools/present/testdata
Dan Kortschak d2e11a2bf3 present: don't drop commands that immediately follow text
Prior to this, the line identified as the start of a command by the test
for a leading dot was dropped. This behaviour is not documented in the
present package documentation.

Change-Id: Ib7354f0f4a661fccc65be5f92d487fe7f627302f
Reviewed-on: https://go-review.googlesource.com/c/tools/+/260899
Run-TryBot: Ian Lance Taylor <iant@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Zhang <cherryyz@google.com>
2021-03-19 17:28:02 +00:00
..
README present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
basic.md present: test Markdown & fix splitting of pre blocks 2020-03-23 17:17:31 +00:00
basic.p present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
code.md present: test Markdown & fix splitting of pre blocks 2020-03-23 17:17:31 +00:00
code.p present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
code.txt present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
list.md present: test Markdown & fix splitting of pre blocks 2020-03-23 17:17:31 +00:00
list.p present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
media.html present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00
media.md present: test Markdown & fix splitting of pre blocks 2020-03-23 17:17:31 +00:00
media.p present: don't drop commands that immediately follow text 2021-03-19 17:28:02 +00:00
pre.md present: test Markdown & fix splitting of pre blocks 2020-03-23 17:17:31 +00:00
pre.p present: add end-to-end rendering test 2020-03-23 17:17:23 +00:00

README

This directory contains test data for present's TestTestdata.
Each file named *.p or *.md is expected to contain a present
article, then a --- line, then the HTML output for that article.

By convention, testdata files with a .p extension use legacy present
syntax, while testdata file with a .md extension use Markdown.
This is only a convention: the Markdown syntax must still begi
with "# " to be recognized as Markdown by the present parser.

Other files in this directory are supporting files for the articles.