mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 06:28:46 -04:00
reverting escaping just for Markdown formatting, as discussed in #269
This commit is contained in:
parent
a95701bba8
commit
5e070db6a1
4 changed files with 9 additions and 8 deletions
|
@ -48,7 +48,7 @@ describe('PasteViewer', function () {
|
|||
results.push(
|
||||
$('#placeholder').hasClass('hidden') &&
|
||||
!$.PrivateBin.PasteViewer.isPrettyPrinted() &&
|
||||
$.PrivateBin.PasteViewer.getText() == $('<div />').text(text).html()
|
||||
$.PrivateBin.PasteViewer.getText() == text
|
||||
);
|
||||
if (format == 'markdown') {
|
||||
results.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue