diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 23:30:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-27 23:30:40 -0500 |
commit | 8f65e334b48fe892db0bd47eff4886b9e4db54c5 (patch) | |
tree | fc118de095715d725ef6a5189621f17ce94ddbac /public | |
parent | 720eb803375a1b31c766f1775fd13c4169ebcfe4 (diff) |
allow setting the markdown options per-article
Diffstat (limited to 'public')
-rw-r--r-- | public/bash-arrays.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/bash-arrays.md b/public/bash-arrays.md index e7f5842..bf27dcb 100644 --- a/public/bash-arrays.md +++ b/public/bash-arrays.md @@ -2,6 +2,7 @@ Bash arrays =========== --- date: "2013-10-13" +markdown_options: "-markdown_in_html_blocks" --- Way too many people don't understand Bash arrays. Many of them argue |