fix: typo in codeblock handling that made it so headers appear
All checks were successful
All checks were successful
This commit is contained in:
@@ -38,7 +38,7 @@ BEGIN {
|
|||||||
in_pre = 0
|
in_pre = 0
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
if ($0 ~ /^<pre><code>/) {
|
if ($0 ~ /^<pre><code/) {
|
||||||
in_pre = 1
|
in_pre = 1
|
||||||
if (has_prev && prev != "") { print_header(prev); has_prev = 0 }
|
if (has_prev && prev != "") { print_header(prev); has_prev = 0 }
|
||||||
print
|
print
|
||||||
|
|||||||
Reference in New Issue
Block a user