mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Fingerprint during Ember build
This commit is contained in:
parent
e19c4ad18a
commit
eea8db9288
6 changed files with 47 additions and 36 deletions
|
@ -47,6 +47,7 @@ func (*Provider) Command(ctx *provider.Context, w http.ResponseWriter, r *http.R
|
|||
}
|
||||
|
||||
// Render converts markdown data into HTML suitable for browser rendering.
|
||||
// See also https://github.com/yuin/goldmark
|
||||
func (*Provider) Render(ctx *provider.Context, config, data string) string {
|
||||
unsafe := blackfriday.Run([]byte(data))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue