Skip to content
Snippets Groups Projects
Commit 24e1ffb1 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

accept whitespace between \l and target

parent 11622e4a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ while (<FILE>) {
} else {
if (/^\h*\\endlist/) {
$intoc--;
} elsif (/^\h*\\o\h+\\l{(.*)}$/) {
} elsif (/^\h*\\o\h+\\l\h*{(.*)}$/) {
push @toc, $1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment