19 Commits

Author SHA1 Message Date
Matthew Martin
2049f4e6eb fix build 2024-05-09 15:01:48 -04:00
Matthew Martin
65a4a10c46 90% test coverage 2024-05-09 14:58:37 -04:00
Matthew Martin
8f1ce58126 2.1.1 2024-05-09 12:17:24 -04:00
Matthew Martin
dbfb0bdb1e Merge branch 'njvack:master' into master 2023-06-04 10:57:02 -04:00
Matthew Martin
fa82136635 checking if install from git works w/o setup.py 2023-06-04 10:56:28 -04:00
Nate Vack
0ac0703c87 Update copyright date 2023-06-02 10:45:10 -05:00
Nate Vack
c7d4afe111 Add a couple of sugar methods to markdown_to_json
Methods:

dictify(md_str):  Turns a markdown string into a python dict

jsonify(md_str):  Turns a markdown string straight into json
2023-06-01 13:49:06 -05:00
Matthew Martin
b52ae157d2 fixes #4
Parses even if toplevel # is missing
2023-06-01 13:49:25 -04:00
Matthew Martin
88f38705b1 fixes #10 2023-05-31 22:46:46 -04:00
Matthew Martin
1d01b2c52a demo that issue 10 is whitespace sensitivity 2023-05-31 22:45:38 -04:00
Matthew Martin
dc03cee286 tox 2023-05-31 18:20:58 -04:00
Matthew Martin
a0db8ee839 issue 4-- result not sensible 2023-05-31 18:15:54 -04:00
Matthew Martin
95758487ee failing test on issue 10 2023-05-31 18:10:32 -04:00
Matthew Martin
b25a668702 fixes #8
The people have spoken, lets give them what they want
2023-05-31 18:05:04 -04:00
Matthew Martin
6cc6b1fb1b fixes #6 2023-05-31 17:53:22 -04:00
Matthew Martin
9282fb0cc1 1.2.0 2023-05-31 17:21:37 -04:00
Nate Vack
4dac601c1e Improve formatting, add copyright everywhere 2015-12-10 15:44:13 -06:00
Nate Vack
1d5a5748ac Change package organization 2015-12-09 15:54:14 -06:00
Nate Vack
e78e24b266 Fix nests listing an extra level
Now:
* a
* b
    * b.a
* c

will give:
['a', 'b', ['b.a'], 'c']

rather than:
[['a'], ['b', [['b.a']]], ['c']]
2015-12-09 15:23:07 -06:00