bordaigorl / sublime-evernote

Open and Save Evernote notes from Sublime Text 3 using Markdown
Other
1.15k stars 105 forks source link

markdown blockquote is not working after a list. #188

Open jnials opened 7 years ago

jnials commented 7 years ago

When you save the below test case (linux, and using the web API) the first one will be simply 4 spaces at the beginning of each line. The second one will be blockquoted (box).

Test Case

---
title: Test Case
notebook: Personal
tags:test
---

* foo
* bar

    When you first run this package from the command palette, it will launch a 
    browser window with your Evernote developer token. Copy the token and paste it 
    into the prompt at the bottom of your Sublime window. Sublime will store the 
    authentication data in Sublime Text 3/Packages/User/Evernote.sublime-settings.

* baz
* foo

Put some text in.

    When you first run this package from the command palette, it will launch a 
    browser window with your Evernote developer token. Copy the token and paste it 
    into the prompt at the bottom of your Sublime window. Sublime will store the 
    authentication data in Sublime Text 3/Packages/User/Evernote.sublime-settings.