sublime-evernote icon indicating copy to clipboard operation
sublime-evernote copied to clipboard

markdown blockquote is not working after a list.

Open jnials opened this issue 8 years ago • 0 comments

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.

jnials avatar Jul 24 '17 19:07 jnials