diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-05-16 12:23:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-05-16 12:23:34 -0700 |
commit | 5a6399d9f62c4306fa073ae1311675158dd6a203 (patch) | |
tree | 7c6de23b363b602090587ef3548c390a4817d184 /test/command | |
parent | 39a69c4f93d46e059c48a740b69dfff219a5d715 (diff) | |
download | pandoc-5a6399d9f62c4306fa073ae1311675158dd6a203.tar.gz |
Markdown writer: fewer unneeded escapes for `#`.
See #6259.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/3792.md | 2 | ||||
-rw-r--r-- | test/command/4164.md | 2 | ||||
-rw-r--r-- | test/command/7208.md | 2 | ||||
-rw-r--r-- | test/command/biblatex-sigfridsson.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/command/3792.md b/test/command/3792.md index eb109b9cc..eff26d517 100644 --- a/test/command/3792.md +++ b/test/command/3792.md @@ -6,7 +6,7 @@ and properly escaped. ok ^D --- -title: \<this\> \*that\* +title: \<this> \*that\* --- ok diff --git a/test/command/4164.md b/test/command/4164.md index 4e7b7e285..68cbd0584 100644 --- a/test/command/4164.md +++ b/test/command/4164.md @@ -26,6 +26,6 @@ Here is inline html: Here is inline html: -\<div\> \<balise\> bla bla \</div\> +\<div> \<balise> bla bla \</div> ``` diff --git a/test/command/7208.md b/test/command/7208.md index e65943ade..fe02ec32e 100644 --- a/test/command/7208.md +++ b/test/command/7208.md @@ -2,5 +2,5 @@ % pandoc -t gfm \<hi\> ^D -\<hi\> +\<hi> ``` diff --git a/test/command/biblatex-sigfridsson.md b/test/command/biblatex-sigfridsson.md index f83c35622..e042a8762 100644 --- a/test/command/biblatex-sigfridsson.md +++ b/test/command/biblatex-sigfridsson.md @@ -90,7 +90,7 @@ references: - family: Ryde given: Ulf container-title: Journal of Computational Chemistry - doi: "10.1002/(SICI)1096-987X(199803)19:4\\<377::AID-JCC1\\>3.0.CO;2-P" + doi: "10.1002/(SICI)1096-987X(199803)19:4\\<377::AID-JCC1>3.0.CO;2-P" id: sigfridsson issue: 4 issued: 1998 |