dbf6008297
We take any `<tt>`-wrapped text, and keep it in some "monospaced" / "teletype" format. For dartdoc we put it in backticks. For Javadoc we put it in `<code></code>`, which looks standard for inline text. This corrects some erroneous doc comment reference-looking text (`offsets[i]`) which is not meant to be a doc comment. Change-Id: I1d77a02368e3cde158ce95d3b0095ba09e071370 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401340 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>