1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2025-12-12 00:54:03 +00:00

fix: handle lines starting with # in md files better

This commit is contained in:
Samuel Štancl 2025-09-13 20:21:29 +02:00
parent b1c165b0e8
commit d4bf97ce12
5 changed files with 69 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "todos"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Samuel Štancl <samuel@archte.ch>"]
description = "An intuitive system for organizing TODOs in code"