question for @runemadsen
I am working on NOC issue nature-of-code/noc-book#24
I have everything working, but have a small issue.
ASCIIDOC quote syntax is:
[quote, cite author]
What I need to do is something like:
[quote, Fred, Frank, and Francine]
This doesn't work b/c the commas are treated as delimiters. I've tried passthroughs, escaping, etc. Is the solution:
[quote, "Fred, Frank, and Francine"]
This throws some errors at the moment.
question for @runemadsen
I am working on NOC issue nature-of-code/noc-book#24
I have everything working, but have a small issue.
ASCIIDOC quote syntax is:
[quote, cite author]What I need to do is something like:
[quote, Fred, Frank, and Francine]This doesn't work b/c the commas are treated as delimiters. I've tried passthroughs, escaping, etc. Is the solution:
[quote, "Fred, Frank, and Francine"]This throws some errors at the moment.