An open API service indexing awesome lists of open source software.

https://github.com/digitallinguistics/ling-markdown-spec

Specification for linguistics-flavored markdown
https://github.com/digitallinguistics/ling-markdown-spec

language linguistics markdown

Last synced: about 1 month ago
JSON representation

Specification for linguistics-flavored markdown

Awesome Lists containing this project

README

        

# ling-markdown-spec

Specification for linguistics-flavored markdown.

## Introduction

Linguistics-flavored markdown is a dialect of markdown with a few extensions specific to creating documents in linguistics. It is mostly a superset of markdown, except for how single asterisks are handled, which differs from standard markdown implementation.

Here are some additional resources for learning the basics of markdown:

- **[Markdown Guide][md-guide]:** A reference guide that explains how to use markdown.
- **[Markdown Specification][md-spec]:** The original markdown specification.
- **[Awesome Markdown][awesome-md]:** A collection of useful markdown resources.

The following sections list each of the ling-markdown extensions.

## 🚧 FORTHCOMING 🚧

[awesome-md]: https://github.com/mundimark/awesome-markdown
[md-guide]: https://www.markdownguide.org/
[md-spec]: https://daringfireball.net/projects/markdown/