Markdown Conversion TransformationRender Text Node Method
This is used to provide additional whitespace handling and normalization for markdown elements
Definition
Namespace: Sandcastle.Core.PresentationStyle.Conversion
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override void RenderTextNode(
XElement content,
XText textNode
)VB
Public Overrides Sub RenderTextNode (
content As XElement,
textNode As XText
)C++
public:
virtual void RenderTextNode(
XElement^ content,
XText^ textNode
) overrideF#
abstract RenderTextNode :
content : XElement *
textNode : XText -> unit
override RenderTextNode :
content : XElement *
textNode : XText -> unit Parameters
Remarks
For conversion, text is passed through as-is without any normalization except for stripping
whitespace at the start of lines. This may result in some odd formatting but should help preserve
the overall layout of the source document.