moonslide-app / moonslide

Editor to create presentations with Markdown and Reveal.js
MIT License
7 stars 1 forks source link

Escape some user input #57

Closed triumphvalley closed 1 year ago

triumphvalley commented 1 year ago

So writing something like:

---
title: <script>alert('hello')</script>
---

will be escaped and just shown as the title.

closes #42