SemanticCodeModule

PackageFsLiveDocs.Core
Build-time semantic formatting for F# code embedded in documentation pages.

Summary

NameSignatureSynopsis
htmlStartMarkerhtmlStartMarker No description available.
htmlEndMarkerhtmlEndMarker No description available.
defaultsdefaults No description available.
disableddisabled No description available.
formatFencesformatFences options sourcePath markdownReplaces compilable F# fences with compiler-enriched HTML and appends their shared tooltip payload.

htmlStartMarker

htmlStartMarker
Member

Returns

string

htmlEndMarker

htmlEndMarker
Member

Returns

string

defaults

defaults
Member

Returns

Options

disabled

disabled
Member

Returns

Options

formatFences

formatFences options sourcePath markdown
Member
Replaces compilable F# fences with compiler-enriched HTML and appends their shared tooltip payload. Compiler-backed and lexical fallback F# fences share one HTML and styling contract.

Parameters

NameTypeDescription
optionsOptions
sourcePathstring
markdownstring

Returns

string