campoy / embedmd

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

Instead of 'package main' I only see 'pack' at the output file #5

Closed oren closed 8 years ago

oren commented 8 years ago
[embedmd]:# (hello.go /pack/)
```go
pack


I am on ubuntu 15.10, go version go1.6 linux/amd64.
campoy commented 8 years ago

This is what's expected, if you want the whole line you should run something like /pack.*/

I just updated README.md too.

Thanks and sorry for the confusion!