jesterKing / literate

Literate Programming extension for VS Code
https://jesterking.github.io/literate
MIT License
8 stars 4 forks source link

Add command to split fragments #17

Closed jesterKing closed 2 years ago

jesterKing commented 2 years ago

With the cursor in a fragment the command should split the fragment on the next line.

This means inserting code fence ending markup, two newlines and then an opening code fence markup with the fragment info essentially copied, and a plus appended if necessary.