Skip to content

Commit

Permalink
roffit: handle inline \[bu]
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 8, 2024
1 parent 920345c commit b12fb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roffit
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ sub parsefile {
$txt =~ s/\\\(aq/&apos\;/g;
$txt =~ s/\\\(cq/&apos\;/g;
$txt =~ s/\\\(dq/&quot\;/g;
$txt =~ s:\\\[bu\]:&middot\;:gi;

# \e is the "escape character", defaults to backslash
$txt =~ s/\\e/\/g;
Expand Down

0 comments on commit b12fb55

Please sign in to comment.