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

textile reader doesn't seem to do dashes #631

Closed
sreservoir opened this issue Sep 28, 2012 · 0 comments
Closed

textile reader doesn't seem to do dashes #631

sreservoir opened this issue Sep 28, 2012 · 0 comments

Comments

@sreservoir
Copy link

consider, for example, that

text--
text--
text--
text--

run through, say, pandoc -f textile, produces strikeouts

text-
text
-
text-
text
-

with -t native,

[Para [Str "text",Strikeout [Str "-",LineBreak,Str "text"],Str "-",LineBreak,Str "text",Strikeout [Str "-",LineBreak,Str "text"],Str "-"]]

this seems somewhat wrong. I haven't taken a look, but if dashes are implemented at all, they might get broken by the strikeout handling.

@jgm jgm closed this as completed in ae68836 Sep 29, 2012
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

2 participants