Commit 1b6a4ce8ab921ddc98581abd395428e2cadd0c22 Parent 8ba087276c6cae9e1efde656ae973b4f714c88be Author John MacFarlane <jgm@berkeley.edu> Date Sun, 23 Nov 2014 07:08:57 -0800 Do not distinguish btw fenced and indented code in AST. Use a single CMARK_NODE_CODE_BLOCK tag for both. Distinguish them when needed for parsing by looking at the fence_length attribute, which is 0 for indented blocks.