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
Age
Commit message (
Expand
)
Author
2025-05-17
fix double-escape
Jonas Smedegaard
2025-05-17
mention name of plugin in headline
Jonas Smedegaard
2025-05-17
use monofont IBM Plex Mono (not Source Code Pro)
Jonas Smedegaard
2025-05-17
add chapter on Markdown and annotation
Jonas Smedegaard
2025-05-17
add chapter on Markdown and annotation
Jonas Smedegaard
2025-05-17
include and use plugins en2em and nobreaks
Jonas Smedegaard
2025-05-15
cover IRI (as alternative to CURIE)
Jonas Smedegaard
2025-05-15
drop space after completed enclosure
Jonas Smedegaard
2025-05-15
cover semantic annotation misparsed as Link
Jonas Smedegaard
2025-05-15
replace count statement_count with boolean block_has_diverged
Jonas Smedegaard
2025-05-15
fix qualify unenclosed non-Str only in main states
Jonas Smedegaard
2025-05-15
cover braced-only enclosure
Jonas Smedegaard
2025-05-15
generalize matching enclosure begin
Jonas Smedegaard
2025-05-15
add FIXME note
Jonas Smedegaard
2025-05-15
add notes on testsuite
Jonas Smedegaard
2025-05-15
add Enclosure state BRACED_DONE
Jonas Smedegaard
2025-05-14
add function TableEmpty()
Jonas Smedegaard
2025-05-14
initialize chars_enclosed and chars_unenclosed outside parsing loop
Jonas Smedegaard
2025-05-14
fix string in test
Jonas Smedegaard
2025-05-14
merge chars_enclosed into elems_enclosed before qualifying enclosure
Jonas Smedegaard
2025-05-14
reset stacks and strings after conditional use (not intertwined)
Jonas Smedegaard
2025-05-14
shorten comment
Jonas Smedegaard
2025-05-14
fix collect post-enclosure string as such
Jonas Smedegaard
2025-05-14
add commented-out pandoc alternative
Jonas Smedegaard
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
[prev]
[next]