diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2016-01-03 13:56:50 -0700 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2016-01-03 13:56:50 -0700 |
commit | c8d804f605a2cb5bb0f3b72232ba0d47bd7fd82d (patch) | |
tree | d80bbeb1f73dad254ea546ae5bf4c381d8f29fea | |
parent | e29987ff051a8251a1e0fbaa8d812ec5f9af9a0a (diff) | |
parent | 442479a3c87d41fe1abf6ad344bb8733ef924fc8 (diff) |
Merge pull request #2068 from angel333/master
[markdown/cz] Fix missing 'lang' in front matter
-rw-r--r-- | cs-cz/markdown.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cs-cz/markdown.html.markdown b/cs-cz/markdown.html.markdown index 637f0ab6..4cba38b4 100644 --- a/cs-cz/markdown.html.markdown +++ b/cs-cz/markdown.html.markdown @@ -5,6 +5,7 @@ contributors: translators: - ["Michal Martinek", "https://github.com/MichalMartinek"] filename: markdown.md +lang: cs-cz --- Markdown byl vytvořen Johnem Gruberem v roce 2004. Je zamýšlen jako lehce čitelná |