Update command test for change to LaTeX LineBreak handling.
This commit is contained in:
parent
ed3974a254
commit
2ef2049b4e
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
<a></a>
|
||||
<br/>
|
||||
^D
|
||||
{}~\\
|
||||
{}\strut \\
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc -f html -t latex
|
||||
<a name="foo"></a><br/>
|
||||
^D
|
||||
\protect\hypertarget{foo}{}{}~\\
|
||||
\protect\hypertarget{foo}{}{}\strut \\
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue