Fix strikethrough highlight in Markdown syntax (fix #1651)

This commit is contained in:
1024jp 2024-06-09 20:48:58 +09:00
parent 36d3f93a04
commit 1955530bd5
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
### Implements
- Update the Markdown syntax to fix highlighting strikethrough.
- Improve the User Guide contents.
- [non-AppStore ver.] Update Sparkle from 2.6.2 to 2.6.3.

View File

@ -39,7 +39,7 @@ extensions:
filenames: []
interpreters: []
keywords:
- beginString: (?<!\\)\b~~(?![ \t])((?!\R{2})(?:.|\R))*?(?<![\\\t ])~~
- beginString: (?<!\\)~~[^ \t~]((?!\R{2})(?:.|\R))*?(?<![\\ ])~~
description: '[github] strikethrough'
regularExpression: true
- beginString: \R[\t ]*\R(?:\- *){3,}$
@ -71,9 +71,9 @@ kind: general
metadata:
author: 1024jp
distributionURL: https://coteditor.com
lastModified: '2024-05-10'
lastModified: '2024-06-09'
license: Same as CotEditor
version: 1.4.0
version: 1.4.1
numbers:
- beginString: (?<!\\)!\[.*?(?<!\\)\](?=\()
description: img