8000 escape things that make liquid sad · max-l/scala.github.com@138ce08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 138ce08

Browse files
committed
escape things that make liquid sad
1 parent 9390524 commit 138ce08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style/scaladoc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ notation:
104104
*
105105
* ==Overview==
106106
* The main class to use is [[my.package.complex.Complex]], as so
107-
* {{{
107+
* {{ "{{{" }}
108108
* scala> val complex = Complex(4,3)
109109
* complex: my.package.complex.Complex = 4 + 3i
110110
* }}}
111111
*
112112
* If you include [[my.package.complex.ComplexConversions]], you can
113113
* convert numbers more directly
114-
* {{{
114+
* {{ "{{{" }}
115115
* scala> import my.package.complex.ComplexConversions._
116116
* scala> val complex = 4 + 3.i
117117
* complex: my.package.complex.Complex = 4 + 3i
@@ -181,7 +181,7 @@ ScalaDoc:
181181

182182
/** Implicits conversions and helpers for [[mypackage.Complex]] instances.
183183
*
184-
* {{{
184+
* {{ "{{{" }}
185185
* import ComplexImplicits._
186186
* val c:Complex = 4 + 3.i
187187
* }}}

0 commit comments

Comments
 (0)
0