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;
}