#1470: Quire Feedback
Status: Completed
Tag: Resolved

When you type a dash using Quire Markdown

  • You get an indeted line with a bullet. When you type the next line it indents but there is no bullet Like with this line

If you do the same on the left side of https://dillinger.io/ each line on the right side has a bullet

Created by Ed K Dec 7, 2018, Edited Oct 9, 2019

Hi Ed, in order to create a bullet list, the dash must be included for each line, for eg. you need to type:

- aaa - bbb - ccc

in order to get:

  • aaa
  • bbb
  • ccc

Michelle, Dec 7, 2018