mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
Our tooling used to convert Markdown to HTML doesn't properly handle '|' symbols embeded in code blocks inside a table. Changed the table to a plain HTML table as a workaround. Also fixed indentation levels of two code examples. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>