Commit Graph

31 Commits

Author SHA1 Message Date
170ed10a17 removed func print_children_recursive 2024-05-06 01:25:55 +02:00
10f0126394 removed unused func 2024-05-06 01:22:48 +02:00
2c52f950ca print file name as root and removed func count_levels 2024-05-06 01:16:14 +02:00
67b64d113d tree finally works on all 3 test files 2024-05-06 01:09:44 +02:00
1ef07c59c6 func get_root_children works 2024-05-06 00:58:57 +02:00
21bb0bc95d fixed bug in get_child_indices function 2024-05-05 23:14:51 +02:00
5776805400 get_child_indices func works 2024-05-05 19:54:43 +02:00
5125b7bc0a get_children function works 2024-05-05 16:38:35 +02:00
d4c590f2ec improved debug outputs 2024-05-05 09:08:12 +02:00
8f54b4d4bf parse md file in separate func 2024-05-05 08:17:49 +02:00
5dc6ce8daa recursively printing children works 2024-05-01 15:57:29 +02:00
0e61abb6cc print_children func works 2024-05-01 15:42:23 +02:00
8b4e9a9e22 seems to work, but might need unit tests 2024-04-30 23:52:13 +02:00
0539436231 loop through headers differently to have an order and updated README 2024-04-30 19:22:42 +02:00
abe168fa7c removed print_toc function to cleanup logic 2024-04-30 18:43:20 +02:00
35dd33e3f2 removed test line 2024-04-30 14:57:04 +02:00
3ce44b7931 gittea push test 2024-04-30 14:40:17 +02:00
9d37c5b519 added function to count header levels and return a map 2024-04-30 14:30:54 +02:00
09a8626a85 Merge pull request 'heading-struct' (#1) from heading-struct into master
Reviewed-on: #1
2024-04-30 11:07:18 +02:00
22191b8bfc updated README 2024-04-30 11:03:08 +02:00
c1c08ca71a stored line numbers in struct 2024-04-30 10:59:47 +02:00
abd4c60339 used struct to represent the headers 2024-04-30 10:50:58 +02:00
d17e61f08f worked on documentation 2024-04-30 08:07:18 +02:00
b1bc3d20d9 added docs dir and markdown documentation 2024-04-29 22:33:54 +02:00
060ef1e19d updated README 2024-04-29 21:44:39 +02:00
594d8b4445 added a README with TODOs 2024-04-29 21:29:29 +02:00
3dcc0460a6 cleanup 2024-04-29 13:42:43 +02:00
9e17484cfd added makefile 2024-04-29 09:35:02 +02:00
a866691030 moved example markdown files to test dir 2024-04-29 09:33:28 +02:00
477811dd7d dont put binaries in repo 2024-04-29 09:31:22 +02:00
7f49aac0cc initial commit 2024-04-29 09:30:05 +02:00