Ghost/ghost/admin/lib/koenig-editor/addon/options
Kevin Ansfield cc083ef93f Koenig - Improve MD text expansion behaviour
refs https://github.com/TryGhost/Ghost/issues/9505
- fix overzealous matching of inline formatting
  - ensure the match starts with a space or the start of the paragraph
  - ensure the start matched chars are not followed by a space
  - ensure the end matched chars are not preceded by a space
  - avoid matching more MD chars than expected
- allow text expansions to work when editing text in the middle of a paragraph
  - do not add a trailing space after reformatting in this case
2018-03-15 17:13:50 +00:00
..
atoms.js Koenig - Added SHIFT+ENTER line break key command 2018-01-30 10:58:28 +00:00
cards.js Koenig - HTML card template 2018-02-03 19:20:50 +01:00
key-commands.js Koenig - Added SHIFT+ENTER line break key command 2018-01-30 10:58:28 +00:00
text-expansions.js Koenig - Improve MD text expansion behaviour 2018-03-15 17:13:50 +00:00