vilcans/screenplain

Dual Dialog working correctly in HTML exports but not PDF.

jtray23 opened this issue · 0 comments

I have been using (and loving!) screenplain for almost a year now and just tried to use Dual Dialog. Screenplain correctly puts both lines of dialog on the same line in HTML exports, but does not seem to be formatting PDF exports correctly, but maybe I am missing something? I know the full Fountain specification is not yet supported (as per your readme doc), but I wanted to bring this up just in case Dual Dialog is supposed to be fully supported currently, and not just in HTML format exports.

Reproduce the issue on 0.9.0 with:

test.fountain:

PATRON #1
Cheers!

PATRON #2 ^
Cheers!

$ screenplain --format html test.fountain test.html (dual dialog displays correctly here)
$ screenplain --format pdf test.fountain test.pdf (dual dialog does not display correctly here)