merge markdown in notes
This commit is contained in:
parent
c5fe9bd3c4
commit
7075bc2b6e
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
nextindexh : nextindexh,
|
||||
nextindexv : nextindexv,
|
||||
socketId : socketId,
|
||||
markdown : notes ? notes.getAttribute('data-markdown') != null : false
|
||||
markdown : notes ? typeof notes.getAttribute('data-markdown') === 'string' : false
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue