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

New: support Obsidian's "Strict line breaks" setting #57

Merged
merged 1 commit into from
Jan 2, 2022

Conversation

zoni
Copy link
Owner

@zoni zoni commented Jan 2, 2022

This change introduces a new --hard-linebreaks CLI argument. When used, this converts soft line breaks to hard line breaks, mimicking Obsidian's "Strict line breaks" setting.

Implementation detail: I considered naming this flag --strict-line-breaks to be consistent with Obsidian itself, however I
feel the name is somewhat misleading and ill-chosen.

Closes #55

This change introduces a new `--hard-linebreaks` CLI argument. When
used, this converts soft line breaks to hard line breaks, mimicking
Obsidian's "Strict line breaks" setting.

Implementation detail: I considered naming this flag
`--strict-line-breaks` to be consistent with Obsidian itself, however I
feel the name is somewhat misleading and ill-chosen.
@zoni zoni merged commit 84308c9 into main Jan 2, 2022
@zoni zoni deleted the strict-line-breaks branch January 2, 2022 11: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.

Line breaks from md files are removed
1 participant