Awkee / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

non-breaking spaces not working #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. pandoc text file with abc\ efg
2. pandoc -t latex
3. pandoc -t html

What is the expected output? 

abc~efg (LaTeX) resp. abc\ efg (HTML)

What do you see instead?

abc\ efg (LaTeX) resp. abc efg (HTML)

What version of the product are you using? On what operating system?

1.8.2.1 on OS X Lion
Please provide any additional information below.

Original issue reported on code.google.com by michael....@gmail.com on 20 Dec 2011 at 1:51

GoogleCodeExporter commented 9 years ago
Note:  We no longer use this issue tracker. Report bugs at the github issue 
tracker for pandoc:
http://github.com/jgm/pandoc/issues.

On this issue:  You are actually getting a nonbreaking space. Pandoc now just 
uses the unicode nonbreaking space character, which looks like a regular space, 
instead of an entity.

Original comment by fiddloso...@gmail.com on 20 Dec 2011 at 5:42