SemanticCodeModule
PackageFsLiveDocs.Core
Build-time semantic formatting for F# code embedded in documentation pages.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| htmlStartMarker | htmlStartMarker | No description available. |
| htmlEndMarker | htmlEndMarker | No description available. |
| defaults | defaults | No description available. |
| disabled | disabled | No description available. |
| formatFences | formatFences options sourcePath markdown | Replaces compilable F# fences with compiler-enriched HTML and appends their shared tooltip payload. |
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
| Name | Type | Description |
|---|---|---|
| options | Options | |
| sourcePath | string | |
| markdown | string |
Returns
string