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

Literal commas where commas are delimiters #148

Open
shiffman opened this issue Oct 21, 2012 · 4 comments
Open

Literal commas where commas are delimiters #148

shiffman opened this issue Oct 21, 2012 · 4 comments

Comments

@shiffman
Copy link
Collaborator

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.

@shiffman
Copy link
Collaborator Author

This, by the way, is not urgent as for now I'll probably just pass-through block the entire blockquote, which is easy enough.

@runemadsen
Copy link
Owner

Weird. The quotes should work.

Let me give it a try and see if I can fix it.

On Sat, Oct 20, 2012 at 10:56 PM, Daniel Shiffman
[email protected]:

This, by the way, is not urgent as for now I'll probably just pass-through
block the entire blockquote, which is easy enough.


Reply to this email directly or view it on GitHubhttps://github.com//issues/148#issuecomment-9639177.

@shiffman
Copy link
Collaborator Author

There are only three quotes and I ended up using pass-throughs where necessary so this is a very minor problem at this point.

@stevenklise
Copy link
Collaborator

Another workaround would be to use the html escape code for a comma: , which I just tried and works with the PDF.

But still, weird.

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

3 participants