mdtable2csv
A very simple markdown table to CSV converter with no dependencies
      
    Commit history
commit af89f939015579f46efeac31d3e43eab2283e120
Author: ꙮ <ymir@ulthar.xyz>
Date:   Fri Jan 31 23:26:06 2025 -0800
    added install note to readme
commit 1e55bcfe71cd5a2cdd8ac6d19154c92fc81eccc0
Author: ꙮ <ymir@ulthar.xyz>
Date:   Fri Jan 31 23:25:15 2025 -0800
    added makefile
commit d75822580e505a334e933ce0793489afabace642
Author: ꙮ <ymir@ulthar.xyz>
Date:   Fri Jan 31 23:18:49 2025 -0800
    added a bunch more tests
commit b047f6a28f0ba63edb6fb5ebfc06586e2d9a9066
Author: ꙮ <ymir@ulthar.xyz>
Date:   Fri Jan 31 23:16:10 2025 -0800
    added readme
commit b4b1322e63266ff22c88495a11c2c609a74778a1
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:59:34 2025 -0800
    rename test files
commit 4460a710f6d0ebcab430623a673785b741269683
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:58:55 2025 -0800
    automatically add trailing newline to prevent spurious test failures
commit d6915d46961bd97881a2c1c471a804467a37803a
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:57:56 2025 -0800
    handle trailing whitespace
commit cb38e2bf14ab4ffb81ba1db5a045013ab761d4f2
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:54:40 2025 -0800
    handle leading and interstitial whitespace in separator row
commit d33c3b088ec76317b240d6a388635f7735a7025a
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:50:33 2025 -0800
    print empty row for markdown separator rows
commit 6c0dd19c4c061d110419d1ca830c4ad4d601fa69
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:41:28 2025 -0800
    match content rows with dedicated regex
commit 00daa23379c4e41452187eaf1ed7372699f088b8
Author: ꙮ <ymir@ulthar.xyz>
Date:   Thu Jan 2 21:08:32 2025 -0800
    support escaped pipes
commit 2489523152036a6231f6adac1c1185e72598726e
Author: ꙮ <ymir@ulthar.xyz>
Date:   Wed Jan 1 20:29:09 2025 -0800
    some test cases
commit 9e0aed028742e4def2bfd10ab9b345dbc612ef8b
Author: ꙮ <ymir@ulthar.xyz>
Date:   Wed Jan 1 20:28:42 2025 -0800
    basic test script
commit 7e458b85573d430bf0d9ed900564adc135fe24dd
Author: ꙮ <ymir@ulthar.xyz>
Date:   Wed Jan 1 20:11:43 2025 -0800
    track dir-locals.el in tests directory
commit a92dcdfd2c8e1ee490ca2faeca825bee27d5cec9
Author: ꙮ <ymir@ulthar.xyz>
Date:   Wed Jan 1 20:10:17 2025 -0800
    Initial commit