Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisdefreyne/d-mark
Semantic markup language
https://github.com/denisdefreyne/d-mark
d-mark language markup-language parser ruby
Last synced: 3 months ago
JSON representation
Semantic markup language
- Host: GitHub
- URL: https://github.com/denisdefreyne/d-mark
- Owner: denisdefreyne
- License: mit
- Created: 2016-01-30T23:49:05.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T19:54:44.000Z (about 1 year ago)
- Last Synced: 2024-10-13T12:32:49.796Z (4 months ago)
- Topics: d-mark, language, markup-language, parser, ruby
- Language: Ruby
- Homepage: https://denisdefreyne.github.io/d-mark/
- Size: 345 KB
- Stars: 18
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# D★Mark
[![Gem version](https://img.shields.io/gem/v/d-mark.svg)](http://rubygems.org/gems/d-mark)
![Build status](https://img.shields.io/github/checks-status/denisdefreyne/d-mark/main)_D★Mark_ is a language for marking up prose. It facilitates writing semantically meaningful text, without limiting itself to the semantics provided by HTML or Markdown.
If you’re a technical writer looking for a flexible markup language, D★Mark might be a good fit.
Here’s an example of D★Mark:
```
#para This a paragraph; an element in block form containing some text.#note[only=web] This is a note that will %em{only} show up on web.
```For details, see the [D★Mark web page](http://denisdefreyne.github.io/d-mark/).