Skip to content

Commit 2e0d514

Browse files
authored
Workaround for elm-markdown mis-parsing urls
Workaround for elm-markdown mis-parsing urls with `>`. This should be corrected once/if elm-markdown is corrected.
1 parent b13c0e1 commit 2e0d514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/syntax.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ viewNames2 names =
235235
Historical note: this is borrowed from F#, inspired by Unix pipes.
236236
237237
Relatedly, [`(<<)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#<<)
238-
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>)
238+
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>>)
239239
are function composition operators.
240240
241241

0 commit comments

Comments
 (0)