v0.1.2 (2025-09-17)
Improvements
- heading:
heading()
no longer skips headings (#7) - config: removed inner-indent config (#10)
- toggle: toggle functions now detect consecutive quotation marks (#12)
- quote:
quote()
now behaves based on the indentation depth (#12)
Bug Fixes
- autolist: fixed incorrect indentation (#9)
Reverts
- config: removed inner-indent config (93a729f)
Refactoring
- olist: olist returns a space right after a number on
autolist()
(aecd05f) - autolist: rewrote if-conditions etc (88af8ef)
- checkbox: changed the global variable to the returned variable (86087ca)
Performance
- other: removed redundant expression from
is_marked()
(81ffaa0)