google / eng-practices

Google's Engineering Practices documentation
https://google.github.io/eng-practices/
Other
20.03k stars 1.95k forks source link

Fix "splitting table" in small-cls.md #58

Closed hxtk closed 8 months ago

hxtk commented 8 months ago

In both the Github repository's Markdown viewer and the GitHub.io site [1], the table under "Splitting Horizontally & Vertically" does not render correctly, due to the absence of an extension to regard rows delimited with ":" as continuations of cells from the previous row.

This change unwraps the line markdown so that it will correctly render, maintaining the line wrap in the rendered table with an explicit line break tag.

1: https://google.github.io/eng-practices/review/developer/small-cls.html#splitting-grid

hxtk commented 8 months ago

Closing as I have realized this is a duplicate of #55