From f835be4f02a6a855d4ade9f296fa29aaa71b647e Mon Sep 17 00:00:00 2001
From: Marcel dos Santos <marcelgsantos@gmail.com>
Date: Tue, 13 Sep 2016 13:28:53 -0300
Subject: 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
---
 elm.html.markdown | 1 +
 1 file changed, 1 insertion(+)

(limited to 'elm.html.markdown')

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)
-- 
cgit v1.2.3