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

Empty Double Quotes are Removed by Marg #114

Open
ghost opened this issue Jul 1, 2013 · 2 comments
Open

Empty Double Quotes are Removed by Marg #114

ghost opened this issue Jul 1, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 1, 2013

For example, let say this is in your code:

(clojure.string/replace (row 1) #"~" "")

After marg docs generation, the "" is missing from the source code on the right hand side of the doc.

@Engelberg
Copy link

I just ran into this issue too.

@gjbroom
Copy link

gjbroom commented Apr 28, 2016

Here's another example...

(def b "b")
(format "a=\"%s\"" b)
(+ 1 2)

The doubled-up quotation marks are gone, and the final b (and everything else after it in the source code side of the document) is displayed as being still inside the string.

Looks something like this:

(def b "b")
(format "a=\"%s b)
(+ 1 2)

where the last line is coloured as being a string constant.

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

2 participants