diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-05-16 16:40:09 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-05-16 16:45:05 -0700 |
| commit | 3df55b4a4ad14f984bcdd7296944b18b354ab122 (patch) | |
| tree | ae2851bb2a2c05b9539b2fae7a26bc19f1e1ca4b /test | |
| parent | 1906ae05488c7ffcc4cdd5c8f5b4fb1a2c527127 (diff) | |
AsciiDoc writer: fix commas in link text.
Commas in link text trigger interpretation of attributes.
To block this, we replace them with numeric entities.
Closes #8070.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/8070.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/8070.md b/test/command/8070.md new file mode 100644 index 000000000..17422b472 --- /dev/null +++ b/test/command/8070.md @@ -0,0 +1,12 @@ +``` +% pandoc -f html -t asciidoc +<p><a href="https://docs.oracle.com/database/121/BRADV/rcmxplat.htm#BRADV724">12.1 +manual, Database Backup and Recovery User’s Guide: +<span class="enumeration_chapter">Chapter 28</span> Transporting Data Across Platforms, +Steps to Transport a Database to a Different Platform Using Backup Sets</a></p> +^D +https://docs.oracle.com/database/121/BRADV/rcmxplat.htm#BRADV724[12.1 +manual, Database Backup and Recovery User’s Guide: +[.enumeration_chapter]#Chapter 28# Transporting Data Across Platforms, +Steps to Transport a Database to a Different Platform Using Backup Sets] +``` |
