Previously it would match only on a sequence of non-space, which made it
miss to highlight for example "public suffix list".
Updated the recent cookie.d edit from
5da57193b732 to use bold instead
of italics.
Closes #12689
back to a file, so using both --cookie and --cookie-jar in the same command
line is common.
-If curl is built with PSL (*Public Suffix List*) support, it detects and
+If curl is built with PSL (**Public Suffix List**) support, it detects and
discards cookies that are specified for such suffix domains that should not be
allowed to have cookies. If curl is *not* built with PSL support, it has no
ability to stop super cookies.
}
if($d !~ /^.\\"/) {
# **bold**
- $d =~ s/\*\*([^ ]*)\*\*/\\fB$1\\fP/g;
+ $d =~ s/\*\*(.*?)\*\*/\\fB$1\\fP/g;
# *italics*
- $d =~ s/\*([^ ]*)\*/\\fI$1\\fP/g;
+ $d =~ s/\*(.*?)\*/\\fI$1\\fP/g;
}
if(!$exam && ($d =~ /^ /)) {
# start of example