Support styled text in titles #225
Closed
Labels
Comments
mfenner
pushed a commit
that referenced
this issue
Jan 6, 2015
mfenner
pushed a commit
that referenced
this issue
Jan 6, 2015
mfenner
pushed a commit
that referenced
this issue
Jan 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we are using CSL (Citation-Style Language) to store and display works, we should also support styled text in titles using the CSL approach: http://citationstyles.org/downloads/upgrade-notes.html#rich-text-markup-within-fields
<b>
- bold<i>
- italics<sc>
- small-caps<sub>
- subscript<sup>
- superscript<sc>
is obviously not a proper HTML tag, and should be displayed as<span style="font-variant: small-caps;">Text</span>
.To implement this we need to:
The text was updated successfully, but these errors were encountered: