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

Parsing bug #38

Open
bbeaulant opened this issue May 28, 2014 · 1 comment · May be fixed by #47
Open

Parsing bug #38

bbeaulant opened this issue May 28, 2014 · 1 comment · May be fixed by #47

Comments

@bbeaulant
Copy link

Hi, first, thank for this projet. I like its extensibility aspect !

Else, I've got some troubles in special case when trying to convert strings.
In my mind, a text like

(*My italic text*)

Will be converted to

(<em>My italic text</em>)

But it doesn't. It seems that the problem come from de space character. Once this kind of sentence contains space, conversion is wrong.

Regards.

@dereuromark
Copy link

Actually, its not the spaces inside the italic text, but the missing space in front.

( *My italic text*)

works just fine.
Once you have no space in front of the starting * it does not recognize it anymore.
Maybe the regexp can be fixed?

@gruberro gruberro linked a pull request Oct 31, 2014 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants