From f28197a69d56eb0f60d5931de58cbbfbb65ee794 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Nov 2014 07:17:38 -0800 Subject: Added internal flag to distinguish setext from atx headers. --- src/node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index d1245a5..7bf6b2e 100644 --- a/src/node.h +++ b/src/node.h @@ -30,6 +30,7 @@ typedef struct { typedef struct { int level; + bool setext; } cmark_header; typedef struct { -- cgit v1.2.3