2024-01-02 02:28 | build: Add support for plan9 | Alex Karle | 2 | +8 | -0 |
2021-12-30 05:39 | style: Convert whole source to adhere to style(9) | Alex Karle | 1 | +277 | -260 |
2021-12-29 17:29 | Add CI via builds.sr.ht | Alex Karle | 1 | +13 | -0 |
2021-12-29 16:48 | Link blog post in SEE ALSO section of man page | Alex Karle | 1 | +2 | -1 |
2021-12-29 16:45 | Remove old blag name references | Alex Karle | 2 | +6 | -4 |
2021-12-29 16:16 | refactor: Replace mini-link state machine with playback mechanism | Alex Karle | 1 | +156 | -162 |
2021-12-28 18:39 | Fix [url] links with non-space characters after | Alex Karle | 3 | +16 | -10 |
2021-12-28 17:37 | Replace home-rolled strcpy with strlcat | Alex Karle | 1 | +6 | -23 |
2021-12-28 17:35 | Add experimental home-rolled strcpy in name of performance | Alex Karle | 1 | +22 | -3 |
2021-12-28 05:17 | Change link syntax to [desc](url) style | Alex Karle | 6 | +108 | -31 |
2021-12-27 20:51 | Document "streaming" nature of parsing | Alex Karle | 1 | +7 | -2 |
2021-12-27 17:29 | Add support for multi-paragraph blockquotes | Alex Karle | 3 | +36 | -7 |
2021-12-27 17:09 | Rebrand blag -> nihdoc | Alex Karle | 7 | +24 | -22 |
2021-12-24 03:42 | Remove unused import and refactor to remove another | Alex Karle | 1 | +1 | -3 |
2021-12-24 03:16 | refactor: Save a few lines here and there | Alex Karle | 1 | +3 | -10 |
2021-12-24 02:51 | refactor: Convert from singleton state struct -> globals | Alex Karle | 1 | +106 | -121 |
2021-12-24 02:23 | refactor: Move CODE/link check into fmt_disabled | Alex Karle | 1 | +2 | -2 |
2021-12-24 02:18 | Remove escaping of single/double quotes | Alex Karle | 3 | +2 | -4 |
2021-12-24 02:12 | Fix [ in code blocks and further consolidate formats | Alex Karle | 3 | +25 | -18 |
2021-12-24 01:40 | refactor: Use bool's over int's for true/false | Alex Karle | 1 | +19 | -18 |
2021-12-24 01:32 | refactor: Condense all inline format edits into helper | Alex Karle | 1 | +17 | -37 |
2021-12-24 01:01 | Allow newlines in link parsing | Alex Karle | 3 | +20 | -3 |
2021-12-24 00:55 | Refactor in_link to have its own enum state | Alex Karle | 1 | +21 | -17 |
2021-12-21 05:09 | Remove leading newline in <pre> blocks | Alex Karle | 2 | +3 | -5 |
2021-12-21 05:05 | Change block-code to put <code> inside <pre> | Alex Karle | 2 | +4 | -4 |
2021-12-20 06:10 | Remove extra newlines from lists/list items | Alex Karle | 5 | +25 | -26 |
2021-12-20 06:03 | Remove newlines from output in NONE blocks | Alex Karle | 3 | +4 | -18 |
2021-12-20 05:54 | Fix inline formatting at beginning of paragraph | Alex Karle | 3 | +30 | -10 |
2021-12-20 05:37 | make: Add build prereq for install recipe | Alex Karle | 1 | +1 | -1 |
2021-12-19 06:44 | Allow inline styles in url descriptions | Alex Karle | 3 | +9 | -3 |
2021-12-18 21:07 | Fix `backtick` literals in code blocks | Alex Karle | 2 | +3 | -1 |
2021-12-18 20:59 | Fix error handling on newline mid-link | Alex Karle | 1 | +4 | -1 |
2021-12-18 20:55 | git: Ignore `input` file used for manual testing | Alex Karle | 1 | +3 | -0 |
2021-12-18 20:53 | Refactor to combine list implementations (still no mixing) | Alex Karle | 1 | +42 | -68 |
2021-12-18 20:19 | Refactor to remove BREAK states in favor of lastchar memory | Alex Karle | 4 | +118 | -114 |
2021-12-18 19:07 | Fix escaping of inline markup in code blocks | Alex Karle | 3 | +11 | -3 |
2021-12-18 19:04 | test: Add <blockquote> and <pre> test cases | Alex Karle | 2 | +22 | -0 |
2021-12-18 19:02 | man: Add man page and install recipe | Alex Karle | 2 | +50 | -0 |
2021-12-18 18:42 | test: Add very first test case, with check recipe | Alex Karle | 3 | +97 | -0 |
2021-12-18 18:24 | Add error if any arguments are given | Alex Karle | 1 | +6 | -2 |
2021-12-18 06:28 | Add README and promote to its own repo! | Alex Karle | 5 | +71 | -24 |
2021-12-18 06:12 | Add support for nested lists | Alex Karle | 1 | +65 | -16 |
2021-12-18 05:20 | Refactor parse vars into state struct | Alex Karle | 1 | +125 | -112 |
2021-12-18 04:09 | Add support for simple no-description links [link] | Alex Karle | 1 | +17 | -7 |
2021-12-17 05:16 | Simplify links, add bold, italic, and html escapes | Alex Karle | 1 | +79 | -46 |
2021-12-16 02:57 | Add support for wrapped lists | Alex Karle | 1 | +18 | -12 |
2021-12-15 05:25 | Add initial support for links | Alex Karle | 1 | +86 | -17 |
2021-12-14 05:35 | Add initial version of blag, a simpler markup | Alex Karle | 1 | +227 | -0 |