mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07: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>