We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d747ab2 commit 50bbee7Copy full SHA for 50bbee7
1 file changed
script/update-internal-links.js
@@ -25,8 +25,8 @@ const allFiles = walkFiles('content').concat(walkFiles('data'))
25
// The script will throw an error if it finds any markup not represented here.
26
// Hacky but it captures the current rare edge cases.
27
const linkInlineMarkup = {
28
- 'emphasis': '*',
29
- 'strong': '**'
+ emphasis: '*',
+ strong: '**'
30
}
31
32
// [start-readme]
0 commit comments