Merge pull request #1565 from Chobbes/master
Org exampleLine parser accepts indented example lines!
This commit is contained in:
commit
5a6e0d3a08
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ exampleCode :: String -> Blocks
|
|||
exampleCode = B.codeBlockWith ("", ["example"], [])
|
||||
|
||||
exampleLine :: OrgParser String
|
||||
exampleLine = try $ string ": " *> anyLine
|
||||
exampleLine = try $ skipSpaces *> string ": " *> anyLine
|
||||
|
||||
-- Drawers for properties or a logbook
|
||||
drawer :: OrgParser (F Blocks)
|
||||
|
|
Loading…
Add table
Reference in a new issue