Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include markdown copies BOM to output #21

Closed
bwl21 opened this issue Jul 27, 2013 · 0 comments
Closed

include markdown copies BOM to output #21

bwl21 opened this issue Jul 27, 2013 · 0 comments
Assignees
Milestone

Comments

@bwl21
Copy link
Owner

bwl21 commented Jul 27, 2013

if you include a markdown fragment, BOM is copied to the output. For example including af file like this

#headline

will have invisible characters in front of # and therefore does not recognize the headline.

possible fix in class.proolib.rb line 162:

 replacetext_raw=File.open($2,:encoding => 'bom|utf-8').read
@ghost ghost assigned bwl21 Jul 27, 2013
@bwl21 bwl21 closed this as completed in 9519cf3 Aug 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant