You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user converting old Markdown I want to run the outline command many times on the same file and always get the same output, so I don't need to care if the file is old or new, converted to outline or not.
Trying to convert to outline when the Markdown is already an outline should return the same results.
Possible solution
Make the outline command idempotent.
Detect if the line is already an outline and don't indent it again.
The text was updated successfully, but these errors were encountered:
Problem
As a user converting old Markdown I want to run the
outline
command many times on the same file and always get the same output, so I don't need to care if the file is old or new, converted to outline or not.Trying to convert to outline when the Markdown is already an outline should return the same results.
Possible solution
outline
command idempotent.The text was updated successfully, but these errors were encountered: