vscode-markdown-preview-enhanced icon indicating copy to clipboard operation
vscode-markdown-preview-enhanced copied to clipboard

Add loose/tight lists

Open langtutheky opened this issue 4 years ago • 1 comments

Hi, I have been trying to get loose list to work with this extension but no luck so far.

Steps to reproduce

  • Create a list item like this Then add a line like this

  • Finally, add another list item like this

Expected behaviors

  • The additional line like this one should result in a loose list item

  • And there is an extra separation between this item and the one above

  • While this list item is a tight one

Current behaviors

The extension currently does not honor the extra spacing and displays everything as a tight list

Screenshots

Sample in Markdown

# func greets

## Parameters

- `first name` *String*  
  This is your first name

- `last name` *String*  
  This is your last name

Sample with white spaces

Screen Shot 2020-09-07 at 7 42 10 PM

Display by the extension

Screen Shot 2020-09-07 at 7 42 39 PM

Display by the native markdown preview

Screen Shot 2020-09-07 at 7 42 32 PM

Display by Github

Screen Shot 2020-09-07 at 7 44 37 PM

langtutheky avatar Sep 08 '20 02:09 langtutheky