Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 7b28ea8

Browse files
committed
fix embed links on yaml
1 parent 50337e0 commit 7b28ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export function getOperatorFilterValue(keyToFind: string): string {
271271
}
272272

273273
export const MarkdownBreakerRules = Object.freeze({
274-
INIT_CHARS: ['`', '"', '[', '{', '*'],
274+
INIT_CHARS: ['`', '"', '[', '{', '*', '!'],
275275
BETWEEN_CHARS: [':'],
276276
UNIQUE_CHARS: ['?'],
277277
})

0 commit comments

Comments
 (0)