-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
I am trying to reanimate g'old FsReveal... from .NET4 to .Net8 - what could possibly go wrong?
When I run it in the new version, I get a plain HTML. It is missing the division into slides.
The old version used FSharp.Literate V4.1.0, and there was something like
let doc = Literate.FormatLiterateNodes presentation.Document
let htmlSlides = Literate.WriteHtml doc
let toolTips = doc.FormattedTips
As far as I understand, this FormatLiterateNodes creates the separation into the slides. FormatLiterateNodes was only a shortcut to Transformations.replaceLiterateParagraphs, which still exists but is internal.
Has anybody some kind of hint how I can rewrite this code with the latest FSharp.Formatting please?
Metadata
Metadata
Assignees
Labels
No labels