.MKD ファイル拡張子
Markdown Documentation File
| 開発元 | John Gruber |
| 人気度 |
3.0 | 6 票 |
MKDファイルとは?
An MKD file is a text file created using one of several possible dialects of the Markdown language. It is saved in plain text format but includes inline text symbols that define how to format the text (e.g., bold, indentations, headers, table formatting). MKD files may also be saved as .MD, .MARKDOWN, or .MDOWN files
詳細情報
MKD file are used to author plain text documentation that can be easily converted to HTML. However, they are not only useful for HTML documentation systems, but also for source code version control. MKD files can be compared against historical revisions in human-readable text, whereas a binary format cannot be easily compared.