diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:59:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:59:12 +0300 |
commit | 098b08c106b146a339bed7bbb55c6b3bdc0d38da (patch) | |
tree | d9f5b66d9f37a437f5fae1acac429dd471b97a84 /_posts/2018-02-18-peculiar-indentation.md | |
parent | peculiar: update excerpt (diff) | |
download | jekyll-theme-098b08c106b146a339bed7bbb55c6b3bdc0d38da.tar.gz jekyll-theme-098b08c106b146a339bed7bbb55c6b3bdc0d38da.zip |
markdownify post excerpts
Diffstat (limited to '')
-rw-r--r-- | _posts/2018-02-18-peculiar-indentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2018-02-18-peculiar-indentation.md b/_posts/2018-02-18-peculiar-indentation.md index fceba33..6ec7c73 100644 --- a/_posts/2018-02-18-peculiar-indentation.md +++ b/_posts/2018-02-18-peculiar-indentation.md @@ -2,8 +2,8 @@ title: Peculiar Haskell indentation layout: post excerpt: > - An explanation for nasty <code>parse error</code>s I used to get for nested - <code>do</code> blocks. + An explanation for nasty `parse error`s I used to get for nested `do` + blocks. category: Haskell custom_css: - syntax.css |