aboutsummaryrefslogtreecommitdiff
path: root/_extensions
AgeCommit message (Expand)Author
2025-05-10avoid declaring unused iterator variableJonas Smedegaard
2025-05-10tighten position resolvingJonas Smedegaard
2025-05-10cover non-Str elements representing bracket enclosure in MarkdownJonas Smedegaard
2025-05-10improve commentsJonas Smedegaard
2025-05-10fix Statements() to return Para, and limit to processing only ParaJonas Smedegaard
2025-05-10fix initialize variable pos as 1 (not 0)Jonas Smedegaard
2025-05-10tidy whitespaceJonas Smedegaard
2025-05-10add Enclosure state BRACKETED_DONEJonas Smedegaard
2025-05-10use pseudo-enum table to track parser enclosure stateJonas Smedegaard
2025-05-09always use Unicode-aware library Pandoc.text (not generic Lua string)Jonas Smedegaard
2025-05-09improve commentsJonas Smedegaard
2025-05-09fix consistently collect string during parse and push it only at endJonas Smedegaard
2025-05-09stop superfluously clear stack_nextJonas Smedegaard
2025-05-09fix match URIJonas Smedegaard
2025-05-09fix math braced prefix-only CURIEJonas Smedegaard
2025-05-09fix match curie_default; drop obsolete related TODO commentJonas Smedegaard
2025-05-09rename variable _prefix -> curie_prefixJonas Smedegaard
2025-05-09shorten private variable _reference -> _refJonas Smedegaard
2025-05-07reduce hyphenation in front page license stringJonas Smedegaard
2025-04-22comma-separate affiliation markersJonas Smedegaard
2025-04-08update URI to CURIE definitionJonas Smedegaard
2025-04-08process default namespaceJonas Smedegaard
2025-04-08improve formal commentsJonas Smedegaard
2025-04-08compose string stack_next while parsing Str elementJonas Smedegaard
2025-04-08restructure bracketed enclosure parsingJonas Smedegaard
2025-04-07parse non-string elements earlyJonas Smedegaard
2025-04-07rename variable new_inlines -> stackJonas Smedegaard
2025-04-07cover all curie formsJonas Smedegaard
2025-04-07fix conditionals (zero != false in Lua)Jonas Smedegaard
2025-04-07use single-letter enclosure markersJonas Smedegaard
2025-04-07avoid backslash-escaped enclosureJonas Smedegaard
2025-04-07rename variable blocks -> block, reflecting that each call process one Block setJonas Smedegaard
2025-04-07use a single pos variableJonas Smedegaard
2025-04-03fix track enclosure positions only within same inlineJonas Smedegaard
2025-04-03fix collect (not omit) non-Str elementsJonas Smedegaard
2025-04-03improve parsing stage commentsJonas Smedegaard
2025-04-02process all Blocks (not only Para blocks)Jonas Smedegaard
2025-03-26avoid processing MetaBlocks; add FIXME note about processing all BlocksJonas Smedegaard
2025-03-26replace flag variable has_hints with counter statement_countJonas Smedegaard
2025-03-26rename position tracking variablesJonas Smedegaard
2025-03-26iterate blocks (not inlines) to keep enclosure state across inlinesJonas Smedegaard
2025-03-26impreve commentsJonas Smedegaard
2025-03-25rename bracket/brace to begin/end (not open/close); refine ASCII-artJonas Smedegaard
2025-03-18include code as appendixJonas Smedegaard
2025-03-18rename Inlines() -> Statements(); ass Namespaces(); rewrite and improve commentsJonas Smedegaard
2025-03-16add draft filter pluginJonas Smedegaard
2025-03-16drop draft extensions by Léandre and SabinJonas Smedegaard
2025-03-15embed filter extensions in format extensionJonas Smedegaard
2025-02-27start of the prototype detecting and removing curly bracesgsabin
2025-02-24deleted examples from repositorygsabin