FIX: stricter matching on local-dates (#7023)
This commit is contained in:
parent
08ae73f868
commit
c08b2ddecf
|
@ -143,7 +143,7 @@ export function setup(helper) {
|
||||||
|
|
||||||
helper.registerPlugin(md => {
|
helper.registerPlugin(md => {
|
||||||
const rule = {
|
const rule = {
|
||||||
matcher: /\[date(.+?)\]/,
|
matcher: /\[date(=.+?)\]/,
|
||||||
onMatch: addLocalDate
|
onMatch: addLocalDate
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue