Skip to content

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

@oxinabox

Description

@oxinabox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions