google / eng-practices

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

Typo fix in developer/small-cls.md #55

Open LolloTech opened 1 year ago

LolloTech commented 1 year ago

Hey all, I made just a very, very small typo fix in developer/small-cls.md, in the "Splitting Horizontally & Vertically" section.

mkanat commented 3 months ago

Actually, the syntax there is already correct, as : indicates the row is being continued on the next line.

hxtk commented 3 months ago

Actually, the syntax there is already correct, as : indicates the row is being continued on the next line.

Then perhaps the error is in the markdown interpreter? The underlying issue is that the page does not correctly render that block as a table (see the attached screenshot or the linked page).

https://google.github.io/eng-practices/review/developer/small-cls.html

image

I can see that this repository uses Jekyll Build Pages to build the documentation. Do I understand correctly that you believe this is a bug in the markdown interpreter used by Jekyll?