Fsnotes: [Bug] Nested lists are rendered as code

Created on 30 Aug 2018  路  9Comments  路  Source: glushchenko/fsnotes

Apologies if this is a duplicate, but I notice that nested lists are rendered as code in the editor. To reproduce:

  1. Open a new note
  2. Enter this text into the note:
- foo
[TAB]- bar

- bar will be rendered as a code block in fixed-width font.

Most helpful comment

Thank you for clarification. Will be fixed soon.

All 9 comments

Any estimates or progress on this?

What are you propose? Tab is code block separator in markdown.

...Unless the previous line is a list item (or is a blank line following a list item).

Below, "bar" is incorrectly marked up as code in the editor:

screen shot 2018-10-08 at 3 20 19 pm

But if you look at the Markdown preview, the list is rendered correctly as a nested list, not as code:

screen shot 2018-10-08 at 3 20 27 pm

Thank you for clarification. Will be fixed soon.

It's definitely improved. Still has some edge cases, which don't affect me, but you should tackle if you want the editor and preview to be in sync. For example, editor:

screen shot 2018-10-09 at 9 47 38 pm

Preview:

screen shot 2018-10-09 at 9 47 50 pm

But there are more urgent matters, like https://github.com/glushchenko/fsnotes/issues/353.

Sorry, but preview not in priority. For proposals and requests issue should be opened here https://github.com/iwasrobbed/Down

In this case the preview is correct. The editor is incorrect.

What did you mean?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakemkc picture jakemkc  路  4Comments

peanutputter picture peanutputter  路  4Comments

pvinis picture pvinis  路  4Comments

tewe picture tewe  路  3Comments

iandol picture iandol  路  4Comments