tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix
anirudh.fi
11 months ago
fc1696d9
49d7e441
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
pages
pages.go
+1
-1
appview/pages/pages.go
···
351
351
ext := filepath.Ext(params.ReadmeFileName)
352
352
switch ext {
353
353
case ".md", ".markdown", ".mdown", ".mkdn", ".mkd":
354
354
-
htmlString = (params.Readme)
354
354
+
htmlString = markup.RenderMarkdown(params.Readme)
355
355
params.Raw = false
356
356
params.HTMLReadme = template.HTML(bluemonday.UGCPolicy().Sanitize(htmlString))
357
357
default: