Skip to content

Commit

Permalink
feat: remove markdown hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 28, 2023
1 parent 8d5b8e6 commit eddd67d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/lib/KeyValue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
{@html DOMPurify.sanitize(
marked.parse(values[index].replace(/^[\u200B\u200C\u200D\u200E\u200F\uFEFF]/, ""))
)}
<br />
</div>
<small class="hint">Markdown</small>
</td>
</tr>
{:else}
Expand Down
2 changes: 0 additions & 2 deletions src/lib/singleview/notes/Note.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@
{@html DOMPurify.sanitize(
marked.parse(note.text.replace(/^[\u200B\u200C\u200D\u200E\u200F\uFEFF]/, ""))
)}
<br />
</div>
<small class="hint">Markdown</small>
</div>

0 comments on commit eddd67d

Please sign in to comment.