Reocin / obsidian-markdown-formatting-assistant-plugin

This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
250 stars 28 forks source link

Conversion to block quotes removes list indentation #68

Open j-finger opened 1 year ago

j-finger commented 1 year ago

Bug Description:

Markdown Formatting Assistant is removing indentation formatting from lists when converting to and from block quotes.

Steps to Reproduce:

  1. Create a list with indented items.
  2. Convert the list to a block quote using the Markdown Formatting Assistant.
  3. Convert the block quote back to a list using the Markdown Formatting Assistant.
  4. Observe that the list has lost its indentation formatting.

Expected Behavior:

When converting between lists and block quotes, the Markdown Formatting Assistant should preserve the indentation formatting of the original list.

Environment:

Obsidian version: 1.1.16 Operating system: Windows 11 Markdown Formatting Assistant version: 0.4.1

Additional Context:

I have attempted to reproduce this bug in multiple scenarios with the same result. There are no error messages or codes displayed when the bug occurs.

image

image