evanthegrayt / standup_md

👨‍⚕️ Standup Doctor: An automated and customizable way to keep track of daily standups in markdown files.
MIT License
4 stars 1 forks source link

Preserve subtasks #14

Open evanthegrayt opened 4 years ago

evanthegrayt commented 4 years ago

I think this one will be tricky, but if you have subtasks, they are stripped of leading whitespace, so they're lost.

Example:

- Task 1
  - Subtask 1

In the above example, the leading whitespace from Subtask 1 would be lost.

evanthegrayt commented 4 years ago

When we change entries from an array to a hash, we'll make subtasks subarrays.