nyousefi / Fountain

An open source implementation of the Fountain screenplay formatting language.

Home Page:http://fountain.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Character Extensions turn character element into action element

ottumm opened this issue · comments

If I include a parenthetical character extension after a character name like this:

SPECIALIST O'HARA (tensely)
Wire cutters.

it will be rendered into this HTML:

<div class="action"><p>SPECIALIST O'HARA (tensely)<br/>Wire cutters.</p></div>

It seems like it should be rendered as a class="character" according to the documentation, but I may be missing something.

Oops, I meant to file this in https://github.com/vilcans/screenplain/issues -- sorry!