obfuscate <!-- more --> in docs so that it doesn't get replaced

This commit is contained in:
Alexandru Scvortov 2018-04-09 22:20:05 +01:00
parent 9d2f6f0b23
commit 042765c129

View file

@ -74,9 +74,10 @@ Some content
You can ask Gutenberg to create a summary if you only want to show the first
paragraph of each page in a list for example.
To do so, add `<!-- more -->` in your content at the point where you want the
summary to end and the content up to that point will be also available separately
in the [template](./documentation/templates/pages-sections.md#page-variables).
To do so, add <code>&lt;!-- more --&gt;</code> in your content at the point
where you want the summary to end and the content up to that point will be also
available separately in the
[template](./documentation/templates/pages-sections.md#page-variables).
An anchor link to this position named `continue-reading` is created so you can link
directly to it if needed for example: