Using a pipe character `|` inside of a code block inside of a table cell doesn't maintain the code block. eg. ``` Column 1 | Column 2 | Column 3 ---------|----------|--------- Pipe | `|` | word ``` Should work, but doesn't. Instead, we see this:  A workaround for now is to replace the ``|`` with `<code>|</code>` (ie. the html literal). This renders correctly.  See https://github.com/mkdocs/mkdocs/issues/743 for more details