You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to have uppercase scene names, but screenplain writes them uppercase in the HTML file.
If screenplain used CSS to uppercase them instead of hard-coding them uppercase into the html file, I could simply remove the CSS rule to get my desired output.
h6 {
text-transform: uppercase;
}
The text was updated successfully, but these errors were encountered:
I don't want to have uppercase scene names, but screenplain writes them uppercase in the HTML file.
If screenplain used CSS to uppercase them instead of hard-coding them uppercase into the html file, I could simply remove the CSS rule to get my desired output.
The text was updated successfully, but these errors were encountered: