MarkdownFileTopic.ContentFormat Property
- Namespace
- Kampute.DocToolkit.Topics
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the format of the content in the topic.
protected sealed override string ContentFormat { get; }Property Value
- string
- The file extension (including the period ".") representing the format of the content in the topic, which is always ".md" for Markdown files.
