Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#15: Fix nested indentation #18

Merged
merged 3 commits into from
Apr 3, 2024
Merged

#15: Fix nested indentation #18

merged 3 commits into from
Apr 3, 2024

Conversation

joeriddles
Copy link
Owner

closes #15

Given the following markdown:

- some list
	- that is deeply nested
		- [ ] with a TODO

it used to generate this

- [test nested](test%20nested.md)
			- [ ] with a TODO

but now it generates this

- [test nested](test%20nested.md)
	- [ ] with a TODO

@joeriddles joeriddles merged commit 97a78ed into main Apr 3, 2024
1 check passed
@joeriddles joeriddles deleted the fix-nested-indentation branch April 3, 2024 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Fix messed-up indentation
1 participant