Add the ability to customize the example_text function#33
Add the ability to customize the example_text function#33aerostitch wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: dd60cff) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/tools/+/106981 to see it. Tip: You can toggle comments from me using the |
|
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/106981. |
|
Message from Brad Fitzpatrick: Patch Set 1: Proposals should go via https://golang.org/s/proposal and not via new code. Please open a proposal if you wish to add new functionality. Please don’t reply on this GitHub thread. Visit golang.org/cl/106981. |
|
Message from Joseph Herlant: Patch Set 1: Hi Brad, Sorry for that. Thanks Please don’t reply on this GitHub thread. Visit golang.org/cl/106981. |
* commit '182017f2b5364c0049671bffb449bcb93d9acaba': remove old ico update playground url support c/c++ (not tested) change logo icon; home page add link to Search, Playground and parent folder; slide page add link to home page
Hi!
When you generate some flavored text like Markdown it would be really nice to reuse directly the builtin functions instead of having to duplicate chunks of code like I had to do in davecheney/godoc2md#20
This PR adds an
example_test2function that supports a custom title for the example and custom elements to put around the code block (so we can add "go" and "")Let me know what you think about it.
Thanks
Joseph