index
:
sem-md
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-14
declare file-wide variable as <const>
Jonas Smedegaard
2025-05-14
fix collect pre-enclosure elements only in elems_unenclosed
Jonas Smedegaard
2025-05-14
fix collect brace-enclosed non-Str element
Jonas Smedegaard
2025-05-14
refactor collecting non-Str element
Jonas Smedegaard
2025-05-14
rename variable chars_none -> chars_unenclosed
Jonas Smedegaard
2025-05-14
rename variable chars_bracketed -> chars_enclosed
Jonas Smedegaard
2025-05-14
rename stack variable elems_none -> elems_unenclosed
Jonas Smedegaard
2025-05-14
rename stack variable elems_bracketed -> elems_enclosed
Jonas Smedegaard
2025-05-14
fix HTML tag in test
Jonas Smedegaard
2025-05-14
fix whitespace in test
Jonas Smedegaard
2025-05-14
avoid trailing space in comment example, to silence luacheck
Jonas Smedegaard
2025-05-12
fix syntax in test
Jonas Smedegaard
2025-05-12
rearrange tests
Jonas Smedegaard
2025-05-12
fix IRIs in tests
Jonas Smedegaard
2025-05-12
cover CURIE type prefix; improve examples in comments
Jonas Smedegaard
2025-05-12
refine command-line options for pandoc and rapper
Jonas Smedegaard
2025-05-11
add Makefile with quarto and rdf snippets
Jonas Smedegaard
2025-05-11
add tests derived from draft protocol documentation
Jonas Smedegaard
2025-05-11
rename variables d* -> nextpos*
Jonas Smedegaard
2025-05-11
rename variable x -> nextpos
Jonas Smedegaard
2025-05-11
collect unenclosed and bracketed stacks separately
Jonas Smedegaard
2025-05-11
tidy comments
Jonas Smedegaard
2025-05-11
check non-Str element highest state first to support fall-through
Jonas Smedegaard
2025-05-11
fix braced/bracketed typos in comment
Jonas Smedegaard
2025-05-10
use pandoc.List() for collecting elements
Jonas Smedegaard
2025-05-10
simplify string collection
Jonas Smedegaard
2025-05-10
tidy comment
Jonas Smedegaard
2025-05-10
rename variable stack_next -> chars
Jonas Smedegaard
2025-05-10
rename list variable stack -> elems
Jonas Smedegaard
2025-05-10
rename variable enclosure -> encl
Jonas Smedegaard
2025-05-10
process statements for any Block
Jonas Smedegaard
2025-05-10
fix avoid stripping non-annotation enclosure
Jonas Smedegaard
2025-05-10
rename and extend list ElementTypeIsBracketing -> ElementTypeIsEnclosure
Jonas Smedegaard
2025-05-10
process statements in Plain blocks
Jonas Smedegaard
2025-05-10
cover default namespace parsed as commonmark
Jonas Smedegaard
2025-05-10
match IRI scheme case-insensitively; drop comment about case-sensitivity for ...
Jonas Smedegaard
2025-05-10
resolve block element only once
Jonas Smedegaard
2025-05-10
limit use of goto
Jonas Smedegaard
2025-05-10
declare Statement() only as local function
Jonas Smedegaard
2025-05-10
disambiguate pattern variables
Jonas Smedegaard
2025-05-10
avoid declaring unused iterator variable
Jonas Smedegaard
2025-05-10
tighten position resolving
Jonas Smedegaard
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
[prev]
[next]