d14c5f94df
Improves heuristic for detection of an "open double quote." Closes #2103.
8 lines
165 B
Markdown
8 lines
165 B
Markdown
```
|
|
pandoc -t latex
|
|
| A happy pandoc user said "fix this bug please
|
|
| or I'll go crazy!"
|
|
^D
|
|
A happy pandoc user said ``fix this bug please\\
|
|
or I'll go crazy!''
|
|
```
|