summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
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 911a18f..b579408 100644
--- a/src/node.h
+++ b/src/node.h
@@ -69,6 +69,7 @@ struct cmark_node {
cmark_code code;
cmark_header header;
cmark_link link;
+ int html_block_type;
} as;
};