Closed tv42 closed 9 years ago
Perhaps this would make sense. I can see a lot of callers wanting this; I did.
Inspiration:
Be careful to preserve inner indentation. That is:
foo ( # I am an embedded markdown article Blah blah. func code() { // code inside markdown is indented more } )
Note that the # there is not a comment, it's inside the string literal (this is already current confl behavior).
#
good idea, got a pr up ill merge it in soon unless you want to comment.
Perhaps this would make sense. I can see a lot of callers wanting this; I did.
Inspiration:
Be careful to preserve inner indentation. That is:
Note that the
#
there is not a comment, it's inside the string literal (this is already current confl behavior).