google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
578 stars 174 forks source link

gitiles Markdown rendering fails to preserve <dfn> tags #207

Open bcmills opened 4 years ago

bcmills commented 4 years ago

Via https://crbug.com/gerrit/12377:

Full URL exhibiting the problem: https://go.googlesource.com/proposal/+/refs/changes/80/220080/3/design/36460-lazy-module-loading.md

Expected behavior: <dfn> element present in the original Markdown source should be preserved, per https://spec.commonmark.org/0.29/#raw-html.

Observed behavior: <dfn> elements are stripped out of the Markdown text rendered by Gitiles.