talexander
  • Joined on 2023-07-05
talexander pushed to main at talexander/organic 2023-08-31 23:19:37 +00:00
ee92049e5d Merge branch 'special_block'
510985e97c Fix greater blocks by preventing nesting even if they are not the immediate parent.
949d0989f4 Add a test showing the current parser is broken with deeply nested greater blocks.
2a4d22bdd4 Add test for nesting of greater blocks.
7a903acedc Support special blocks in compare.
Compare 6 commits »
talexander pushed to main at talexander/organic 2023-08-31 22:53:38 +00:00
67f79aeb51 Remove context from detect plain list.
talexander pushed to main at talexander/organic 2023-08-31 22:47:27 +00:00
b2383d9f93 Fix footnote definition performance.
talexander pushed to main at talexander/organic 2023-08-31 21:29:59 +00:00
9e2a323f6f Merge branch 'trailing_whitespace_at_end_of_file'
0fcb3f73f9 Move handling of contentless item to handle contentless description item.
bfc9e7f58d When re-parsing last item in list, only disable white space consumption for last element in item.
b5f0521b56 Only consume trailing whitespace when not exiting for all objects.
Compare 4 commits »
talexander pushed to main at talexander/organic 2023-08-31 19:32:04 +00:00
2048d8f0b6 Support comments at the end of the line in diary sexp.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-31 19:21:10 +00:00
e8f262727d Add a script to build and launch the docker container in one step.
talexander pushed to main at talexander/organic 2023-08-31 19:11:45 +00:00
466716881e Fix macros consuming whitespace even when the exit matcher is calling for an exit.
talexander pushed to main at talexander/organic 2023-08-30 03:58:11 +00:00
eb9c582fa5 '>' is allowed as a post character in text markup.
214e895d85 Support backslash at the end of a macro.
Compare 2 commits »
talexander pushed tag v0.1.4 to talexander/organic 2023-08-30 03:28:57 +00:00
talexander pushed to main at talexander/organic 2023-08-30 03:28:51 +00:00
db3086743c Publish version 0.1.4.
talexander pushed to main at talexander/organic 2023-08-30 03:23:40 +00:00
207a0546b0 Run full test suite despite default feature selection.
talexander pushed to main at talexander/organic 2023-08-30 03:18:01 +00:00
e9480fd156 Disable the compare tests when the compare feature is disabled.
talexander pushed tag v0.1.3 to talexander/organic 2023-08-30 03:06:03 +00:00
talexander pushed to main at talexander/organic 2023-08-30 03:05:46 +00:00
28aca041f7 Publish version 0.1.3.
talexander pushed to main at talexander/organic 2023-08-30 02:58:52 +00:00
d82def2a70 Merge branch 'compare_improvements'
d471f7178b Wrap the components of headlines in diff layers.
2c5c26c55f Allow diff layers that are not associated with tokens.
7944659802 Compare headline level.
58aca53144 Move get_property into util.
Compare 7 commits »
talexander pushed to main at talexander/organic 2023-08-30 01:28:29 +00:00
eaa38ce772 Include an error message for failed bounds checking.
a6d742a536 Fix handling line breaks after divider in description lists.
Compare 2 commits »
talexander pushed to main at talexander/organic 2023-08-30 00:32:31 +00:00
fe0a7fe157 Fix handling line breaks after divider in description lists.
talexander pushed to main at talexander/organic 2023-08-29 23:36:52 +00:00
45be9e7bde Merge branch 'description_list'
f6c895319f Add support for diffing description lists.
2682779534 Add support for parsing description lists.
ea6faf728c Add test for description list.
Compare 4 commits »
talexander pushed to main at talexander/organic 2023-08-29 22:07:47 +00:00
b48d472546 Fix build.
talexander pushed to main at talexander/organic 2023-08-29 21:49:26 +00:00
f4ea1b7303 Merge branch 'accuracy_fixes_from_feeding_large_documents'
80b55fdd45 Consume trailing whitespace for macro.
f426e32798 Do not include trailing punctuation or whitespace in plain links.
66037356c5 Add test showing plain links ending in punctuation currently do not parse correctly.
1bcd1895c0 Allow affiliating keywords with regular keywords.
Compare 11 commits »