notable / dumper

Library for extracting attachments, notes and metadata out of formats used by popular note-taking apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper lists formatting

fabiospampinato opened this issue · comments

Transferred from notable/notable#494, @msbentley says:

Current behavior

Importing a simple ENEX note containing inline links and bullets doesn't reproduce the formatting in Notable.

Test.zip

Expected behavior

Inline links and bullets are correctly formatted. Also the justification is odd.

This is how it looks in Evernote/Nixnote:

image

and in Notable:

image

The generated MD in Notable is:

# Test

<p align="justify">This is testing [inline links](https://feedly.com/i/entry/Nt4fyhG21JbPujJtAXF21iv3D4YjLVs1hWXxg4HWlpY=_16922795307:ec771e:ad2b6584) first as normal</p>

- <p align="justify">Then [a link](https://feedly.com/i/entry/Nt4fyhG21JbPujJtAXF21iv3D4YjLVs1hWXxg4HWlpY=_16922795307:ec771e:ad2b6584) in a list</p>
    
- <p align="justify">etc.</p>

<p align="justify">Also testing different levels of bullets</p>

- <p align="justify">first</p>

- <p align="justify">second</p>

- <p align="justify">third</p>

- <p align="justify">second</p>

- <p align="justify">first</p>

Thanks!

Mark