Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Mintlify.dll Namespace: CloudNimble.DotNetDocs.Mintlify.Transformers Inheritance: System.Object

Syntax

Summary

Transforms HTML-style comments to JSX-style comments for MDX compatibility.

Remarks

MDX (used by Mintlify) requires JSX-style comments instead of HTML comments <!— —>. This transformer processes all string properties in the DocEntity object graph and converts HTML comments to JSX comments to prevent MDX parsing errors.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?

TransformAsync

Transforms a documentation entity by converting HTML comments to JSX comments.

Syntax

Parameters

Returns

Type: System.Threading.Tasks.Task A task representing the asynchronous transformation operation.
  • CloudNimble.DotNetDocs.Core.IDocTransformer