-
Notifications
You must be signed in to change notification settings - Fork 194
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
Escaped single quotes are not properly handled #168
base: master
Are you sure you want to change the base?
Conversation
Apparently related to #149 |
@tj please put some eyes on this one :) |
I think you meant me ;) i'll try to take a look at it this week.
|
@ChiperSoft thanks much! |
@tj @shellscape @ChiperSoft I'm having the same issue as marked in this ticket: OraOpenSource/plsql-md-doc#21 It's due to single and double quote escaping in What do you think about providing an option called This suggestion is slightly different than @sdepold as it can handle for multiple languages. Oracle for instance, uses something called the If you're ok with this I don't mind submitting the PR with this change. _Note: could also call the parameter |
The added test demonstrates an improper handling of escaped single quotes. Will see if I can get this fixed somehow.
If the line is changed from
to
it will work.