Commit Graph

5 Commits

Author SHA1 Message Date
Eric Seppanen b9e05597cb fix a bunch of old backslash formatting issues
Most of these are of the form `\[T]\` -> `[T]` as brackets don't need to
be escaped inside backticks.

A few instances are code outside of backticks, which python-markdown
handles very inconsistently-- here just adding backticks helps.
2022-08-23 21:15:39 -07:00
Eric Seppanen a66c7869b2 Try to get the performance triage table to render correctly
I think the rendering problems in #3220 are due to a quirk of the python
Markdown implementation, and I think this can be avoided by putting a
blank line before the table begins.
2022-05-05 11:45:45 -07:00
markmmm be9566036e
Fix URL to pull request 95776 2022-05-05 09:38:06 +08:00
Nell Shamrell cf9b2e2e5c adds reddit link to 441
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2022-05-04 01:01:42 -07:00
Nell Shamrell 6c3b019033 prepares 441 for publish, creates draft for 442
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
2022-05-04 00:58:53 -07:00