Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/experiences.html')
-rw-r--r--layouts/partials/experiences.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/experiences.html b/layouts/partials/experiences.html
index 76acd71..3d0a464 100644
--- a/layouts/partials/experiences.html
+++ b/layouts/partials/experiences.html
@@ -8,7 +8,7 @@
</div>
<ul>
{{ range .points }}
- <li>{{ . }}</li>
+ <li>{{ . | markdownify }}</li>
{{ end }}
</ul>
</div>