mirror of
https://github.com/typemill/typemill.git
synced 2025-08-06 14:16:46 +02:00
Fixed & in raw mode
This commit is contained in:
@@ -8,7 +8,7 @@ let editor = new Vue({
|
||||
},
|
||||
form: {
|
||||
title: document.getElementById("title").value,
|
||||
content: document.getElementById("content").innerHTML,
|
||||
content: document.getElementById("content").textContent,
|
||||
},
|
||||
showEditor: 'show',
|
||||
},
|
||||
|
Reference in New Issue
Block a user