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.
2 parents 896fa65 + ed6e2f9 commit b4d25efCopy full SHA for b4d25ef
root/static/js/brush-perl.js
@@ -95,7 +95,7 @@ function Brush() {
95
96
// don't capture the newline after =cut so that =cut\n\n=head1 will start a new pod section
97
{
98
- regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*(?=\n)|$)/g,
+ regex: /(^|\n)=\w[\s\S]*?(\n=cut(?![a-zA-Z]).*)/g,
99
css: 'comments'
100
}, // pod
101
root/static/less/syntaxhighlighter-theme.less
@@ -22,7 +22,7 @@
22
23
.line {
24
white-space: pre;
25
- min-height: 1.2em;
+ height: 1.2em;
26
}
27
28
// main table and columns
0 commit comments