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

Extra lines in the markdown #15

Open
dummifiedme opened this issue Dec 17, 2020 · 0 comments
Open

Extra lines in the markdown #15

dummifiedme opened this issue Dec 17, 2020 · 0 comments

Comments

@dummifiedme
Copy link

dummifiedme commented Dec 17, 2020

Can there be a way to remove the extra lines that notion exports generate? There is one extra new line after each sentence.

Forexample:

A header line

  1. Content line one which is like one block.
  2. This is a second line and there shouldn't be any space/newline between these two lines.
    • But notion exporter creates one linebreak after each line (block).

Notion Exported Markdown looks like::

A header line

  1. Content line one which is like one block.

  2. This is a second line and there shouldn't be any space/newline between these two lines.

    • But notion exporter creates one linebreak after each line (block).
  • Can we please fix it with this code while the conversion?
    • it might look for blank lines and remove them. If there are more than one blank lines, it removes only one. Then, I think the whole thing will be neat! :)
      I can only request, I don't know much coding, but notion to obsidian converter can be my resort to capture content across decives and put it in Obsidian at the end of the day or the week.

And, as I had expressed earlier, THANKS for this tool!

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

No branches or pull requests

1 participant