Skip to content

Commit

Permalink
fix: remove '$' in codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored May 17, 2022
1 parent 8bc95fe commit 79e2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ditamap/ditamap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export abstract class Ditamap {
});

/*
* Remove OS prompt in codeblocks, as per CCX style guidelines for published docs
* Remove OS prompt in codeblocks, as per CCX style guidelines in our published docs
*/
registerHelper('removePrompt', (codeblock) => codeblock.substring((codeblock.indexOf('$') as number) + 1));
registerHelper('nextVersion', (value) => parseInt(value, 2) + 1);
Expand Down

0 comments on commit 79e2b7b

Please sign in to comment.