Model loses italics info contained in the style attribute

#3
by manwith32 - opened

If you ever do an upgraded version of this model consider supporting markdown italics for code like this, currently the model outputs non italicized markdown formatting:

<span style=""font-size: 11pt; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;"">This should be italicized.</span>

Same issue with this sort of code:

<style>
  .quote {
    font-family: Garamond, serif;
    font-size: 11pt;
    font-style: italic;
    color: black;
  }
</style>

<span class="quote">This should be italicized</span>
manwith32 changed discussion status to closed
manwith32 changed discussion status to open

Sign up or log in to comment