Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MarkDown metadata and table of contents

We generally follow the guidelines and rules laid out for [docfx](https://dotnet.github.io/docfx/index.html) by Microsoft, with certain restrictions. In particular, we only support GitHub-flavored MarkDown, and none of the docfx extensions to MarkDown.
We generally follow the guidelines and rules laid out for [docfx](https://dotnet.github.io/docfx/index.html) by Microsoft, with certain restrictions. In particular, we only support GitHub-flavored MarkDown and mathematical symbols and equations in LaTex and MathML format, but none of the other docfx extensions to MarkDown. Note that all files must be encoded as [UTF-8](https://en.wikipedia.org/wiki/UTF-8), not any earlier, non-standard encoding formats, such as windows1252 or other related formats.

## Table of Contents

Expand Down