github.com/rmarku/gomarkdoc@v0.0.0-20230517164305-78688ebe4325/testData/embed/README.md (about) 1 This is content before the embed 2 3 <!-- gomarkdoc:embed:start --> 4 5 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 6 7 # embed 8 9 ```go 10 import "github.com/rmarku/gomarkdoc/testData/embed" 11 ``` 12 13 Package embed tests out embedding of documentation in an existing readme. 14 15 ## Index 16 17 - [func EmbeddedFunc(param int) int](#EmbeddedFunc) 18 19 <a name="EmbeddedFunc"></a> 20 21 ## func [EmbeddedFunc](https://github.com/rmarku/gomarkdoc/blob/master/testData/embed/embed.go#L6) 22 23 ```go 24 func EmbeddedFunc(param int) int 25 ``` 26 27 EmbeddedFunc is present in embedded content. 28 29 Generated by [gomarkdoc](https://github.com/rmarku/gomarkdoc) 30 31 <!-- gomarkdoc:embed:end --> 32 33 This is content after the embed 34 35 <!-- gomarkdoc:embed:start --> 36 37 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 38 39 # embed 40 41 ```go 42 import "github.com/rmarku/gomarkdoc/testData/embed" 43 ``` 44 45 Package embed tests out embedding of documentation in an existing readme. 46 47 ## Index 48 49 - [func EmbeddedFunc(param int) int](#EmbeddedFunc) 50 51 <a name="EmbeddedFunc"></a> 52 53 ## func [EmbeddedFunc](https://github.com/rmarku/gomarkdoc/blob/master/testData/embed/embed.go#L6) 54 55 ```go 56 func EmbeddedFunc(param int) int 57 ``` 58 59 EmbeddedFunc is present in embedded content. 60 61 Generated by [gomarkdoc](https://github.com/rmarku/gomarkdoc) 62 63 <!-- gomarkdoc:embed:end --> 64 65 This is content after the second embed 66 67 <!-- gomarkdoc:embed:start --> 68 69 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 70 71 # embed 72 73 ```go 74 import "github.com/rmarku/gomarkdoc/testData/embed" 75 ``` 76 77 Package embed tests out embedding of documentation in an existing readme. 78 79 ## Index 80 81 - [func EmbeddedFunc(param int) int](#EmbeddedFunc) 82 83 <a name="EmbeddedFunc"></a> 84 85 ## func [EmbeddedFunc](https://github.com/rmarku/gomarkdoc/blob/master/testData/embed/embed.go#L6) 86 87 ```go 88 func EmbeddedFunc(param int) int 89 ``` 90 91 EmbeddedFunc is present in embedded content. 92 93 Generated by [gomarkdoc](https://github.com/rmarku/gomarkdoc) 94 95 <!-- gomarkdoc:embed:end --> 96 97 This is content after the third embed