Initial commit
This commit is contained in:
commit
a4e5243ab3
6 changed files with 68 additions and 0 deletions
6
Render.go
Normal file
6
Render.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package markdown
|
||||
|
||||
// Render creates HTML from the supplied markdown text.
|
||||
func Render(markdown string) string {
|
||||
return ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue