pandoc/test/command/8070.md
John MacFarlane 3df55b4a4a 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.
2022-05-16 16:45:05 -07:00

12 lines
631 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
% pandoc -f html -t asciidoc
<p><a href="https://docs.oracle.com/database/121/BRADV/rcmxplat.htm#BRADV724">12.1
manual&#44; Database Backup and Recovery User&#8217;s Guide:
<span class="enumeration_chapter">Chapter 28</span> Transporting Data Across Platforms&#44;
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&#44; Database Backup and Recovery Users Guide:
[.enumeration_chapter]#Chapter 28# Transporting Data Across Platforms&#44;
Steps to Transport a Database to a Different Platform Using Backup Sets]
```