index
:
sem-md
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
_extensions
/
ruc-play
Age
Commit message (
Collapse
)
Author
2025-05-10
cover non-Str elements representing bracket enclosure in Markdown
Jonas Smedegaard
2025-05-10
improve comments
Jonas Smedegaard
2025-05-10
fix Statements() to return Para, and limit to processing only Para
Jonas Smedegaard
2025-05-10
fix initialize variable pos as 1 (not 0)
Jonas Smedegaard
2025-05-10
tidy whitespace
Jonas Smedegaard
2025-05-10
add Enclosure state BRACKETED_DONE
Jonas Smedegaard
2025-05-10
use pseudo-enum table to track parser enclosure state
Jonas Smedegaard
2025-05-09
always use Unicode-aware library Pandoc.text (not generic Lua string)
Jonas Smedegaard
2025-05-09
improve comments
Jonas Smedegaard
2025-05-09
fix consistently collect string during parse and push it only at end
Jonas Smedegaard
2025-05-09
stop superfluously clear stack_next
Jonas Smedegaard
2025-05-09
fix match URI
Jonas Smedegaard
2025-05-09
fix math braced prefix-only CURIE
Jonas Smedegaard
2025-05-09
fix match curie_default; drop obsolete related TODO comment
Jonas Smedegaard
2025-05-09
rename variable _prefix -> curie_prefix
Jonas Smedegaard
2025-05-09
shorten private variable _reference -> _ref
Jonas Smedegaard
2025-05-07
reduce hyphenation in front page license string
Jonas Smedegaard
2025-04-22
comma-separate affiliation markers
Jonas Smedegaard
2025-04-08
update URI to CURIE definition
Jonas Smedegaard
2025-04-08
process default namespace
Jonas Smedegaard
2025-04-08
improve formal comments
Jonas Smedegaard
2025-04-08
compose string stack_next while parsing Str element
Jonas Smedegaard
2025-04-08
restructure bracketed enclosure parsing
Jonas Smedegaard
2025-04-07
parse non-string elements early
Jonas Smedegaard
2025-04-07
rename variable new_inlines -> stack
Jonas Smedegaard
2025-04-07
cover all curie forms
Jonas Smedegaard
2025-04-07
fix conditionals (zero != false in Lua)
Jonas Smedegaard
2025-04-07
use single-letter enclosure markers
Jonas Smedegaard
2025-04-07
avoid backslash-escaped enclosure
Jonas Smedegaard
2025-04-07
rename variable blocks -> block, reflecting that each call process one Block set
Jonas Smedegaard
2025-04-07
use a single pos variable
Jonas Smedegaard
2025-04-03
fix track enclosure positions only within same inline
Jonas Smedegaard
2025-04-03
fix collect (not omit) non-Str elements
Jonas Smedegaard
2025-04-03
improve parsing stage comments
Jonas Smedegaard
2025-04-02
process all Blocks (not only Para blocks)
Jonas Smedegaard
2025-03-26
avoid processing MetaBlocks; add FIXME note about processing all Blocks
Jonas Smedegaard
2025-03-26
replace flag variable has_hints with counter statement_count
Jonas Smedegaard
2025-03-26
rename position tracking variables
Jonas Smedegaard
2025-03-26
iterate blocks (not inlines) to keep enclosure state across inlines
Jonas Smedegaard
2025-03-26
impreve comments
Jonas Smedegaard
2025-03-25
rename bracket/brace to begin/end (not open/close); refine ASCII-art
Jonas Smedegaard
2025-03-18
rename Inlines() -> Statements(); ass Namespaces(); rewrite and improve comments
Jonas Smedegaard
2025-03-16
add draft filter plugin
Jonas Smedegaard
2025-03-15
embed filter extensions in format extension
Jonas Smedegaard
2025-02-11
include author metadata on front page
Jonas Smedegaard
2025-02-11
omit supervisor from author metadata
Jonas Smedegaard
2025-02-11
add and use extension stylish-roles
Jonas Smedegaard
2025-02-11
comma-separate authors in metadata
Jonas Smedegaard
2025-02-11
use default hyperref colors (not hardcoded pandoc defaults), to improve ↵
Jonas Smedegaard
tagpdf support: https://tex.stackexchange.com/q/525261/309738
2025-02-11
relax pandoc template toc to make variable toccolor optional
Jonas Smedegaard
[prev]
[next]