Files
pandoc/test/command/8070.md
John MacFarlane fe799eea91 AsciiDoc writer: in link text, only replace commas...
...with entities when they're in Str elements.  If a link
contains an image, it may have attributes, and the commas
there should not be converted.

See #8437, #8070.
2022-11-29 09:56:41 -08:00

14 lines
631 B
Markdown
Raw Permalink 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]
```