Fix typo in website README.md

This commit is contained in:
Ines Montani 2016-11-01 22:41:32 +01:00
parent d8db648ebf
commit 37a3772fff
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ For example:
+h(2, "link-id") Headline 2 with link to #link-id +h(2, "link-id") Headline 2 with link to #link-id
``` ```
Code blocks are implemented using the `+code` or `+aside-code` (to display them in the sidebar). A `.` is added after the mixin call to preserve whitespace: Code blocks are implemented using `+code` or `+aside-code` (to display them in the right sidebar). A `.` is added after the mixin call to preserve whitespace:
```pug ```pug
+code("This is a label"). +code("This is a label").