ISandcastleProject.AppendMarkdownFileExtensionsToUrls Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This read-only property is used to get whether or not to append ".md" extensions to topic URLs
bool AppendMarkdownFileExtensionsToUrls { get; }
Property Value
- bool
The default is to false to leave them off. This is suitable for GitHib wiki content which does not add the filename extensions. Adding them causes the wiki to link to the raw file content rather than the rendered topic. If your site uses them or if you are rendering content to store in source control where they are used, set this property to true.