Commit 9305d14f39f72c1ad02917df7e15126dc4a4ab1c Parent 56501dc4d3f8d33c13ca833d2386a445ecde7435 Author John MacFarlane <jgm@berkeley.edu> Date Fri, 8 Jan 2016 13:26:06 -0800 Fixed get_containing_block logic in src/commonmark.c. This did not allow for the possibility that a node might have no containing block, causing the commonmark renderer to segfault if passed an inline node with no block parent.