Skip to content

Commit 97ce5cc

Browse files
committed
design/51082-godocfmt: remove <style> tag
The doc recommends to view it on GitHub because Gerrit's Markdown viewer does not render the images. GitHub does not support the <style> tag and renders it as plain text. The style is supposed to change the vertical-align of the <th> and <td> elements. But the table is rendered perfectly without this style.
1 parent 2e782e0 commit 97ce5cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

design/51082-godocfmt.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ It includes a new package, `go/doc/comment`, exposing a parsed syntax tree for
1414
doc comments, and it includes changes to `go/printer` and therefore `gofmt`
1515
to format doc comments in a standard way.
1616

17-
<style>
18-
th, td { vertical-align: top; }
19-
</style>
20-
2117
For example, existing lists reformat from the display on the left to the one on the right:
2218

2319
<table>

0 commit comments

Comments
 (0)