XsltMarkdownTools.FenceMarker Method

Namespace
Kampute.DocToolkit.Xslt
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the fence marker for a code block with the specified content.
public string FenceMarker(string code)

Parameters

code string
The code block content.

Returns

string
The fence marker for the code block.