Files
element-web/src/components/views
Luke Barnard 9404dd30c5 Use <del> for strikeout
We've swapped to commonmark, which uses <del> instead of ~~ for strikeout, so make the RTE insert <del> when we apply strikeout. Also, when ~~ is inserted, transform them into <del> for simplicity. This means giving an input of ~~test~~ is effectively the same as giving an input of <del>test</del>.
2017-06-23 18:19:06 +01:00
..
2017-06-08 09:44:58 +01:00
2017-06-12 15:36:24 +01:00
2017-06-08 14:36:20 +01:00
2017-06-23 18:19:06 +01:00