Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).