Preventing italics

edited today at 4:16pm
I'm citing a YouTube video, and under CMoS the title is italicized. My problem is that one of the words in the title is misspelled, so I'm inserting [sic]. To prevent the word from being capitalized I'm using <span class="nocase">[sic]</span> in the title field, but after trying maybe 20 approaches I haven't figured out how to prevent the italicization (I'm no expert). How do I do that?
  • You can italicize the sic and the italization in CMoS will revers it. So
    <i><span class="nocase">[sic]</span></i>
  • Oddly, I had tried that without success (I'd done it previously in some context), but I must have miscoded it somehow because this time it worked. Thanks!
Sign In or Register to comment.