Add newline to end properties block
This commit is contained in:
@@ -39,7 +39,7 @@ let propertiesParser* = proc(parser: Parser): ParserResult {.closure.} =
|
||||
else: valueTokenParser
|
||||
|
||||
let propertiesStartParser* = str(":PROPERTIES:") + newline
|
||||
let propertiesEndParser* = str(":PROPERTIES_END:")
|
||||
let propertiesEndParser* = str(":PROPERTIES_END:") + newline
|
||||
|
||||
let parseProperties* = @[
|
||||
ignore(propertiesStartParser),
|
||||
|
||||
Reference in New Issue
Block a user