github.com/anthonyme00/gomarkdoc@v1.0.0/testData/embed/README-plain.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 import "github.com/anthonyme00/gomarkdoc/testData/embed" 10 11 Package embed tests out embedding of documentation in an existing readme. 12 13 ## Index 14 15 - [func EmbeddedFunc\(param int\) int](<#EmbeddedFunc>) 16 17 18 <a name="EmbeddedFunc"></a> 19 ## func EmbeddedFunc 20 21 func EmbeddedFunc(param int) int 22 23 EmbeddedFunc is present in embedded content. 24 25 Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>) 26 27 28 <!-- gomarkdoc:embed:end --> 29 30 This is content after the embed 31 32 <!-- gomarkdoc:embed:start --> 33 34 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 35 36 # embed 37 38 import "github.com/anthonyme00/gomarkdoc/testData/embed" 39 40 Package embed tests out embedding of documentation in an existing readme. 41 42 ## Index 43 44 - [func EmbeddedFunc\(param int\) int](<#EmbeddedFunc>) 45 46 47 <a name="EmbeddedFunc"></a> 48 ## func EmbeddedFunc 49 50 func EmbeddedFunc(param int) int 51 52 EmbeddedFunc is present in embedded content. 53 54 Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>) 55 56 57 <!-- gomarkdoc:embed:end --> 58 59 This is content after the second embed 60 61 <!-- gomarkdoc:embed:start --> 62 63 <!-- Code generated by gomarkdoc. DO NOT EDIT --> 64 65 # embed 66 67 import "github.com/anthonyme00/gomarkdoc/testData/embed" 68 69 Package embed tests out embedding of documentation in an existing readme. 70 71 ## Index 72 73 - [func EmbeddedFunc\(param int\) int](<#EmbeddedFunc>) 74 75 76 <a name="EmbeddedFunc"></a> 77 ## func EmbeddedFunc 78 79 func EmbeddedFunc(param int) int 80 81 EmbeddedFunc is present in embedded content. 82 83 Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>) 84 85 86 <!-- gomarkdoc:embed:end --> 87 88 This is content after the third embed