embedmd icon indicating copy to clipboard operation
embedmd copied to clipboard

embedmd: embed code into markdown and keep everything in sync

Results 13 embedmd issues
Sort by recently updated
recently updated
newest added

Signed-off-by: avaakash This PR changes the installation command from using `go get` to `go install` with the `@latest` tag as per the new golang docs. `go get` has been deprecated...

I know this in not the right place to ask, but maybe someone will direct me I like embedmd alot and I want to use it for asciidoc documents.. can...

How can I exclude a directory from checking?

###### https://patch-diff.githubusercontent.com/raw/campoy/embedmd/pull/66.patch Without specifically declaring the dependency, I got the following error in my build system (which does not assume anything). ``` go: inconsistent vendoring in /build/source: github.com/campoy/[email protected]: is marked...

At least that's what Peter Norvig's [spell checker](https://norvig.com/spell-correct.html) suggests: ``` $ python spell.py unkown unkown -> unknown ```

(please do not merge, thanks)

https://github.com/campoy/embedmd/blob/c59ce00e02967db5e93d897330142a3ef6145786/LICENSE#L189 Your README claims the code is owned by Google. The license should contain the name of the copyright owner.

Hey there, thanks for the awesome repo! I'm trying to match a codeblock that looks like this ```GAMS equation_(a,b,c,d) $ (some_condition $ (some_other_condition)) .. ``` My start regex to match...

I forked the tool over the weekend to modify the behavior to embed tagged sections from files. ``` // START tag ... code snippet here // END tag ``` can...

I would like to be able to write some substitutions / transformations for the outputted text produced by `embedmd`. **Use case**: Include `example_test.go` in readme, but replace `package my_test` with...