MarkdownLinkTransformer Class
- Namespace
- Kampute.DocToolkit.Formatters
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a text transformer that processes URLs in Markdown content.
public sealed class MarkdownLinkTransformer : ITextTransformer- Inheritance
- object
- MarkdownLinkTransformer
- Implements
Remarks
Thread Safety
All public members of the type are guaranteed to be thread-safe.
Constructors
| MarkdownLinkTransformer() | Initializes a new instance of the MarkdownLinkTransformer class. |
Methods
| Transform(TextReader, TextWriter, IUrlTransformer) | Transforms Markdown content by updating URLs according to the specified URL translator. |

This transformer is particularly useful when generating Markdown documentation where URLs need to be adjusted based on output structure or when implementing cross-references between documentation pages.