Skip to content
Version 2.1.0

- Fountain Mode now uses [lexical binding][1]
- HTML export template [McQueen][2] is now mobile responsive
- LaTeX export template now indents dialogue to 1 in instead of 1.5 in
- *.fountain files now automatically load Fountain Mode
- Emacs page functions now work with Fountain forced page breaks
- Documentation strings for all functions and variables
- Bug fix: export templates now include fountain-export-contact-template
  (fixes #50)
- Removed option for using external stylesheet with HTML export
- Removed omit from scene element property list
- Removed fountain-additional-template-replace-functions
- Use function quoting for better byte compilation

[1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Lexical-Binding.html
[2]: https://github.com/rnkn/mcqueen