diff options
author | Marcel dos Santos <marcelgsantos@gmail.com> | 2016-09-13 13:28:53 -0300 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-13 18:28:53 +0200 |
commit | f835be4f02a6a855d4ade9f296fa29aaa71b647e (patch) | |
tree | ee5411b65278b214f9ab3230738aba2bb5c05ba0 /elm.html.markdown | |
parent | c8fb84cc91f9d852f38bd961af974949ffcc82e5 (diff) |
Add file to download and correct the language used in Markdown code block (#2368)
* Add file to download and correct the language used in Markdown code block
* Undo the change of language as the syntax highlighter doesn't support Elm language
Diffstat (limited to 'elm.html.markdown')
-rw-r--r-- | elm.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elm.html.markdown b/elm.html.markdown index dab2ab34..96554e84 100644 --- a/elm.html.markdown +++ b/elm.html.markdown @@ -2,6 +2,7 @@ language: Elm contributors: - ["Max Goldstein", "http://maxgoldste.in/"] +filename: learnelm.elm --- Elm is a functional reactive programming language that compiles to (client-side) |