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.
git-cliff
1 parent 9ecdcac commit ec6fc88Copy full SHA for ec6fc88
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/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