bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
108 stars 45 forks source link

Use backtick not `<code>` for attr default values #143

Closed illicitonion closed 1 year ago

illicitonion commented 2 years ago

GitHub Pages doesn't recognise <code> blocks, so renders these attributes with smart-quotes, which means you can't copy-paste them into a starlark file.

Fixes #142