From 9d86a9835e489d11495457bd57868e3ab7bf95d3 Mon Sep 17 00:00:00 2001 From: Jarrod Brockman Date: Fri, 21 Oct 2016 22:08:16 +0200 Subject: [PATCH] fix liquid markup in scaladoc tutorial --- overviews/scaladoc/for-library-authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviews/scaladoc/for-library-authors.md b/overviews/scaladoc/for-library-authors.md index 2ee893906d..6cd191054b 100644 --- a/overviews/scaladoc/for-library-authors.md +++ b/overviews/scaladoc/for-library-authors.md @@ -172,7 +172,7 @@ Some of the standard markup available: - **Paragraphs** are started with one (or more) blank lines. `*` in the margin for the comment is valid (and should be included) but the line should be blank otherwise. -- **Code blocks** are contained within `{{{` and `}}}` and may be multi-line. +- **Code blocks** are contained within `{{ "{{{` this " }}`}}}` and may be multi-line. Indentation is relative to the starting `*` for the comment. - **Headings** are defined with surrounding `=` characters, with more `=` denoting subheadings. E.g. `=Heading=`, `==Sub-Heading==`, etc.