Skip to content

Commit f13fda2

Browse files
author
Marcos Cáceres
committed
chore: tidy + custom-tag support
1 parent f07c64c commit f13fda2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5406,16 +5406,21 @@ <h2>
54065406
</p>
54075407
</section>
54085408
<section>
5409-
<h2>Changelog</h2>
5409+
<h2>
5410+
Changelog
5411+
</h2>
54105412
<script class="remove">
54115413
function removeCommits({ message }) {
54125414
return !/^editorial|^Editiorial|^edtiorial|^chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
54135415
}
54145416
</script>
5415-
<p>Changes from between CR2 until now:</p>
5416-
<rs-changelog from="CR2" filter="removeCommits"></rs-changelog>
5417-
<p>Changes from between CR1 and CR2:</p>
5418-
<rs-changelog from="CR" to="CR2" filter="removeCommits"></rs-changelog>
5417+
<p>
5418+
Changes from between CR2 until now:
5419+
</p><rs-changelog from="CR2" filter="removeCommits"></rs-changelog>
5420+
<p>
5421+
Changes from between CR1 and CR2:
5422+
</p><rs-changelog from="CR" to="CR2" filter=
5423+
"removeCommits"></rs-changelog>
54195424
</section>
54205425
</body>
54215426
</html>

tidyconfig.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ indent: yes
33
wrap: 80
44
tidy-mark: no
55
newline: LF
6+
custom-tags: yes

0 commit comments

Comments
 (0)