Skip to content

Commit

Permalink
Revert multiple words for admonition blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Jan 26, 2023
1 parent 3d38c74 commit f7bc702
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/mdconvert.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ try {
'footer-center' = 'Page (\thepage ) of \pageref{LastPage}';
disclaimer = "This document contains business and trade secrets (essential information about Innofactor's business) and is therefore totally confidential. Confidentiality does not apply to pricing information";
'pandoc-latex-environment' = @{
noteblock = @('note', 'Note', 'NOTE');
tipblock = @('tip', 'Tip', 'TIP');
warningblock = @('warning', 'Warning', 'WARNING');
cautionblock = @('caution', 'Caution', 'CAUTION');
importantblock = @('important', 'Important', 'IMPORTANT');
noteblock = @('note');
tipblock = @('tip');
warningblock = @('warning');
cautionblock = @('caution');
importantblock = @('important');
};
date = $currentDate;
author = $authors;
Expand Down

0 comments on commit f7bc702

Please sign in to comment.