We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
*
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
Will be converted to
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.
The text was updated successfully, but these errors were encountered: