summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 938d20ae4b..b85d8b53d5 100644
--- a/README.md
+++ b/README.md
@@ -133,11 +133,11 @@ Code blocks using the listings package of form
can be replaced with pandoc code blocks of form
- ~~~~~~~~~~~~~~{#ref-identifier .scala .numberLines}
+ ```{#ref-identifier .scala .numberLines}
val x = 1
val y = x + 1
x + y
- ~~~~~~~~~~~~~~
+ ```
Where `#ref-identifier` is an identifier that can be used for producing links
to the code block, while `.scala` and `.numberLines` are classes that get