campoy / embedmd

embedmd: embed code into markdown and keep everything in sync
Apache License 2.0
767 stars 62 forks source link

Indent code if embedmd command is indented #65

Closed halvards closed 3 years ago

halvards commented 4 years ago

This change means that:

Added an integration test that runs embedmd twice. This ensures that embedded code is not duplicated or otherwise altered on the second run.

Reason for change: I implemented this change because I had code that was part of steps in an ordered list.