Closed retrography closed 9 years ago
I'm guessing this is a Atom node-webkit issue we don't have much control over. We're just embedding HTML in Atom.
I verified and this is actually a limitation inherent to bibtex. Just FYI...
@retrography
In pandoc-view.coffee
, change the frame
property as follows:
frame: (html) ->
@html $$$ ->
@iframe src: "data:text/html;charset=utf-8, #{encodeURI html}"
You might also need to remove --ascii
from args
in pandoc.coffee
.
@monoblaine Interesting. Thanks. I will try it.
It displays UTF-8 texts as ISO Western, which results in the following:
The html generated using the same switches displays fine in Chrome or Safari.