...although it looks alright in GitHub.
For now the microsite index page looks like this:
The reason is that README.md is re-used for docs/index.md (via symlinking) and contains this line:
<img src="https://typelevel.org/cats-mtl/img/cats-mtl-logo.png" width="200px" height="231px" align="right">
Apparently it is rendered differently by GitHub and Laika: GitHub understands it as a correct HTML tag, whereas Laika renders it as a literal string.
...although it looks alright in GitHub.
For now the microsite index page looks like this:
The reason is that README.md is re-used for docs/index.md (via symlinking) and contains this line:
Apparently it is rendered differently by GitHub and Laika: GitHub understands it as a correct HTML tag, whereas Laika renders it as a literal string.