blob: 5e02c91231a9d7fcfb79c290f46e268932688311 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- node.c.orig 2022-09-15 07:09:04 UTC
+++ node.c
@@ -33,6 +33,7 @@ static const struct nodeprop properties[] = {
static const struct nodeprop properties[] = {
{ "abstract", CLASS_BLOCK },
+ { "address", CLASS_LINE },
{ "appendix", CLASS_BLOCK },
{ "arg", CLASS_ENCL },
{ "author", CLASS_LINE },
|