[Rt-commit] rt branch, 5.0/fix-html-to-plaintext-conversion-to-preserve-quoting, repushed

Dianne Skoll dianne at bestpractical.com
Wed Aug 12 08:40:03 EDT 2020


The branch 5.0/fix-html-to-plaintext-conversion-to-preserve-quoting was deleted and repushed:
       was aacd9e9249146a4e53a27ea93af5fd7f23e1e01d
       now a27a98981c9a5218a642deb463da7f9d6f4e63d6

1: aacd9e9249 ! 1: a27a98981c Preserve quoting levels when converting HTML to plain text
    @@ -26,12 +26,12 @@
     +# Hash describing how various formatters format <blockquote>...</blockquote>
     +# regions.
     +our $BlockquoteDescriptor = {
    -+    w3m =>       { indent => 4},
    -+    elinks =>    { indent => 2},
    -+    links =>     { indent => 2},
    ++    w3m       => { indent => 4},
    ++    elinks    => { indent => 2},
    ++    links     => { indent => 2},
     +    html2text => { indent => 5},
    -+    lynx =>      { indent => 2},
    -+    core =>      { indent => 2},
    ++    lynx      => { indent => 2},
    ++    core      => { indent => 2},
     +};
     +
     +=head3 ConvertBlockquoteIndentsToQuotemarks



More information about the rt-commit mailing list