striked through markdown seems not to work
the in text editor preview is working fine, but sadly not the preview or articles.
Is this project still active? This is a relatively simple issue that has not had a response of any kind in the past nine months...
project seems dead, I found an alternative that's called bookstack.
To enable strike-though is very simple as you say so I am a little concerned at having chose this project - I certainly hope its not dead. I initially got a very quick & promising reply from @mrvautin when I wrote on an issue about mermaid charts & he said he would accept PR. I have since created a PR (and have others almost ready too - like a fix for this issue) however now I am now getting zero response :(
Any how, If you wish to fix this yourself then...
- In file
public/javascripts/OpenKB.js, find codetoolbar: ['bold', 'italic', 'heading', '|'and change it totoolbar: ['bold', 'italic', 'strikethrough', 'heading', '|' - In file
public/javascripts/OpenKB.js, find the arrayallowedTags: []and add's'element - In file
routes/common.js, find the arrayallowedTags: []and add's'element
NB: Might be necessary to run npm run uglify before running npm run start.