ttcMD: Changes link decoration to ~~ instead of ```
This commit is contained in:
@@ -335,7 +335,7 @@ export const buildOnlyDefaultElements = () => {
|
||||
(s, rx) => {
|
||||
let preset,
|
||||
[_, title, href] = s.match(new RegExp(rx, ""))!;
|
||||
const match = title.match(/`{3}(cta|button)?(.*)/);
|
||||
const match = title.match(/~{2}(cta|button)?(.*)/);
|
||||
|
||||
if (match) {
|
||||
[_, preset, title] = match;
|
||||
|
Reference in New Issue
Block a user