We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea18fce commit 9f02436Copy full SHA for 9f02436
main.cpp
@@ -51,7 +51,7 @@ Usage: %s [options] <selector> <mode> [mode argument]
51
static const string afmt_s = "\033[";
52
static const string afmt_e = "m";
53
static const vector<char> collapsible = {' ', '\t', '\n', '\r'};
54
-static const vector<unsigned long> breaking = {
+static const vector<myhtml_tag_id_t> breaking = {
55
MyHTML_TAG_BR,
56
MyHTML_TAG_P
57
};
0 commit comments