We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e1635 commit 80f375fCopy full SHA for 80f375f
apify-docs-theme/src/markdown.js
@@ -20,7 +20,7 @@ const incrementHeadingLevels = () => (tree) => {
20
21
const removeGitCliffMarkers = () => (tree) => {
22
visitParents(tree, 'html', (node) => {
23
- const gitCliffMarkerRegex = /generated by git\-cliff|git\-cliff\-unreleased/ig;
+ const gitCliffMarkerRegex = /generated by git-cliff|git-cliff-unreleased/ig;
24
const match = gitCliffMarkerRegex.exec(node.value);
25
26
if (match) node.value = '';
0 commit comments