Fix you're -> your typo

Could also be reworded to "But if you're using HTML ..."
This commit is contained in:
Damien Lespiau 2017-06-02 07:58:02 +01:00
parent f8c76bad70
commit 23f22bff35

View File

@ -79,7 +79,7 @@ If you add `published: false` in the frontmatter, your page won't be published.
Pages can be either Markdown or HTML format (specified through either an .md or .html file extension). Pages can be either Markdown or HTML format (specified through either an .md or .html file extension).
If you use Markdown, you can also include HTML formatting where needed. But if you're format is HTML, you must add a `markdown="1"` attribute to the element in order to use Markdown inside that HTML element: If you use Markdown, you can also include HTML formatting where needed. But if your format is HTML, you must add a `markdown="1"` attribute to the element in order to use Markdown inside that HTML element:
``` ```
<div markdown="1">This is a [link](http://exmaple.com).</div> <div markdown="1">This is a [link](http://exmaple.com).</div>