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
- Host: GitHub
- URL: https://github.com/digitallinguistics/ling-markdown-spec
- Owner: digitallinguistics
- License: mit
- Created: 2024-04-12T23:32:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T01:58:07.000Z (9 months ago)
- Last Synced: 2025-01-28T17:24:04.233Z (3 months ago)
- Topics: language, linguistics, markdown
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/