campoy / embedmd

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

Contiguous code sections misshandled #35

Closed campoy closed 7 years ago

campoy commented 7 years ago

Currently contiguous code sections cause "unbalanced code section" errors because we miss the start of the second section.

```go
hello
```
```go
bye
```