Commit graph

91 commits

Author SHA1 Message Date
6af32696be Apply lints to all targets 2026-03-16 20:45:30 -03:00
9ebd91a589 Move log module to dev::log 2026-03-16 20:02:03 -03:00
00fb91b96f Add binary download links to docs
Some checks failed
/ verify (push) Has been cancelled
2026-03-09 13:17:26 -03:00
feb2f9c1ac Add prebuilt binaries tooling and docs
Some checks failed
/ verify (push) Has been cancelled
2026-02-18 04:38:11 -03:00
5b5541c28f Adopt and apply nightly clippy configuration 2026-02-16 23:37:23 -03:00
d7d034757a Adopt and apply nightly rustfmt configuration 2026-02-16 16:19:27 -03:00
31db91a631 Add table context handling tests 2026-02-16 13:57:34 -03:00
c116f6c1cb Handle headerless tables 2026-02-16 13:57:34 -03:00
6b7123b1ad Handle table cell separator cases 2026-02-16 13:57:34 -03:00
b890eb93f1 Scaffold table token 2026-02-16 13:57:14 -03:00
4187299e04 Use a cite element for blockquote citations 2026-02-09 21:46:01 -03:00
6f8567e5ba Make quote logging verbose 2026-02-09 21:46:01 -03:00
834949939a Extract lexer to its own module 2026-02-09 21:46:01 -03:00
55d2e37ce2 Simplify quote citation URL lookup 2026-02-08 19:21:21 -03:00
260610c4a0 Implement blockquote token 2026-02-08 18:31:56 -03:00
aa41e33ced Implement verse token, scaffold quote token 2026-02-08 14:52:16 -03:00
21a710658d Analyze necessity and effects of checked arithmetic 2026-01-21 16:52:54 -03:00
7e9f3c3afb Minor refactorings, doc comments 2026-01-19 01:53:43 -03:00
5151c53a2b Expand test coverage 2026-01-19 01:45:54 -03:00
c23d35217d Further centralize state, return result from serial methods 2026-01-17 04:01:03 -03:00
874cac2df1 Implement log levels 2026-01-15 12:07:18 -03:00
697dcc720d Merge serial module into the graph module 2026-01-13 13:10:32 -03:00
bd5d46a5d4 Make edge modulation steps more consistent 2026-01-12 15:14:13 -03:00
db8c02df04 Break up 'types' module 2026-01-12 14:45:37 -03:00
c6f9ea667d Minor logging, docs and style tweaks 2026-01-12 14:45:37 -03:00
ccee6b2500 Prefer user-provided node summary if it exists 2026-01-11 17:38:11 -03:00
3c0de5ca32 Fix a panic when parsing node summaries 2026-01-11 17:38:11 -03:00
3fa399c317 Make anchors aware of the nodes they point to 2026-01-11 08:15:02 -03:00
eb96b456ef Make anchor token fields private 2026-01-11 01:41:37 -03:00
5958f1551b Expand test coverage 2026-01-10 05:42:36 -03:00
3837af387a Implement nested formatting 2026-01-10 01:18:47 -03:00
c53afefb67 Add lexeme 'first' field, refactor and add methods 2026-01-09 21:52:17 -03:00
e42c67676d Implement nested lists 2026-01-09 21:52:17 -03:00
dfdc631600 Implement checkbox 2026-01-07 11:11:14 -03:00
b60151556e Lexeme: Add 'third' field, implement Default, simplify some methods 2026-01-07 10:56:27 -03:00
c6b43b2c48 Implement escaping 2026-01-07 01:02:57 -03:00
0d910634c6 Implement underline and strikethrough tokens 2026-01-06 23:10:33 -03:00
1faa0d5c3b Implement bold token 2026-01-06 18:55:26 -03:00
0ec784034a Implement list token 2026-01-06 18:51:53 -03:00
5a7557ba7d Handle Anchor edge cases involving punctuation 2026-01-05 19:39:56 -03:00
b745b74c76 Consistently log parser state changes 2026-01-05 14:13:57 -03:00
40030c7b5b Move tests to corresponding context parsing modules 2026-01-05 13:52:26 -03:00
b54def15e0 Extract block and inline content parsing to their own modules 2026-01-05 13:38:34 -03:00
6b739d93c2 Replace all uses and implementations of new() with default() 2026-01-05 13:20:48 -03:00
315956e20d Make Oblique no longer a context, add a point module 2026-01-05 12:52:48 -03:00
de5b3dd377 Extract content parser state to its own module 2026-01-05 11:29:47 -03:00
735b58866c Make lexeme and token logging more concise 2026-01-05 11:10:50 -03:00
cb24837ff0 Fix unbalanced anchor tags 2026-01-05 00:51:52 -03:00
9f04a4606c Handle several anchor edge cases 2026-01-03 16:06:16 -03:00
f9bff6acab Minor refactoring/formatting fixes 2026-01-03 16:01:56 -03:00