Chris Wong

Results 79 comments of Chris Wong

> One (discouraged but common) use case is to [embed JSON in a page using a element](https://stackoverflow.com/q/9320427/617159). To clarify, I think there are two use cases here: 1. Embedding untrusted...

Thanks for reporting. We changed attribute syntax recently so I wonder if that's related. Alternatively, does #412 fix the bug?

Google led me here. ~~Is it worth closing this issue now, since rustfmt does have basic macro support?~~ **EDIT:** rustfmt has a couple heuristics, but it doesn't really format macros...

@drbartling A Rust macro defines its own custom syntax. So rustfmt has to either hard-code support for it, or somehow expand it to figure out what it does, or have...

Thanks @kbuzzard, added. Also added a note about elan handling multiple versions. (I hedged my point with "most" to placate the Nix fans)

> I don't really know why crates.io is agnostic, it wasn't originally and I think that was a patch added after the fact, would have to track that down. The...

Looks like @Araozu answered this so I'll close. Thanks!

Won't this require changing the API? The `cmark` function currently has no access to the original source text.

Have we considered dynamically setting the number of backticks based on the contents of the code block? That will require buffering those contents, but will avoid the need to pass...