aboutsummaryrefslogtreecommitdiff
path: root/libsylph/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/html.h')
-rw-r--r--libsylph/html.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/html.h b/libsylph/html.h
index 0009d3a4..bdf9257c 100644
--- a/libsylph/html.h
+++ b/libsylph/html.h
@@ -38,7 +38,8 @@ typedef enum
HTML_UNKNOWN,
HTML_CONV_FAILED,
HTML_ERR,
- HTML_EOF
+ HTML_EOF,
+ HTML_BLOCKQUOTE
} HTMLState;
typedef struct _HTMLParser HTMLParser;
@@ -65,6 +66,7 @@ struct _HTMLParser
gboolean empty_line;
gboolean space;
gboolean pre;
+ gint blockquote;
};
struct _HTMLAttr