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.
1 parent 124d1d0 commit 907917dCopy full SHA for 907917d
Makefile
@@ -265,6 +265,7 @@ web-manpages: $(WEB_MANPAGES)
265
gsub(/<h1/, "<h2", line); \
266
gsub(/<\/h1>/, "</h2>", line); \
267
gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
268
+ gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
269
print line; \
270
} } \
271
' > "$@"
0 commit comments