FountainSharp
FountainSharp copied to clipboard
An F# based Fountain Markdown processor that's based on the FSharp.Formatting library.
I ran into a stack overflow issue when parsing a document from a mac on a pc. The new line characters that were being passed in were being ignored. This...
Transform any Fountain content to HTML using the HTMLFormatter. View the document in Safari and content honours the break-word word wrap style set on all divs so only vertical scrolling...
I'm having some trouble trying to use the FountainBlockElements exposed by the FountainDocument. As C# dev with no F# experience attempting to use the API. I'm struggling to deference the...