diff options
-rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index ab80dc2..646d972 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -775,6 +775,7 @@ local parser = P{ / rst.field_list, field = Ct(V"field_marker" + * V"whitespace" * V"field_body") / rst.field, |