Skip to content

Support list autocontinuation #54

@avonmoll

Description

@avonmoll

Maybe this is more work than it's worth, but I really like markdown-writer's list autocontinuation.

E.g. pressing Enter when the cursor is at the end of the \item First line continues the list on the following line:

\begin{itemize}
  \item First|
\end{itemize}

(Enter)

\begin{itemize}
  \item First
  \item |
\end{itemize}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions