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

The highlighter used for github does not handle having unmatched double quotes inside of docstrings/multiline quotes #3

Open
oxinabox opened this issue Sep 12, 2017 · 0 comments

Comments

@oxinabox
Copy link
Member

oxinabox commented Sep 12, 2017

Eg

"""
Some docs
An example which is not written correctly
    
   foo("2)
"""
foo(x)=1/2

cf: malmaud/TensorFlow.jl#318

vs

"""
Some docs
An example which is written correctly
    
   foo("2")
"""
foo(x)=1/2
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