summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-23 07:17:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-23 07:17:38 -0800
commitf28197a69d56eb0f60d5931de58cbbfbb65ee794 (patch)
treedcba5430f9e7fc6dc2f51156a2a6c3ab19cf2d61 /src/node.h
parent1b6a4ce8ab921ddc98581abd395428e2cadd0c22 (diff)
Added internal flag to distinguish setext from atx headers.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h1
1 files changed, 1 insertions, 0 deletions
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 {