Skip to content

Commit

Permalink
Fix #111
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 16, 2024
1 parent 519550c commit 2b26015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammar/footnotes.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ footnoteDefinitionParser
extends thoughtParser
boolean isFootnote true
pattern ^\^.+$
// We need to quickLinks back in scope because there is currently a bug in JTree/Grammar where if a parser extending a parent class has a child parser defined, then any regex parsers in the parent class will not be tested unless explicitly included in scope again.
inScope quickLinkParser
labelParser
description If you want to show a custom label for a footnote. Default label is the note definition index.
cruxFromId
Expand Down

0 comments on commit 2b26015

Please sign in to comment.