https://github.com/denisdefreyne/d-mark
Semantic markup language
https://github.com/denisdefreyne/d-mark
d-mark language markup-language parser ruby
Last synced: 7 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 (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:03:50.000Z (11 months ago)
- Last Synced: 2025-04-03T14:12:19.566Z (10 months ago)
- Topics: d-mark, language, markup-language, parser, ruby
- Language: Ruby
- Homepage: https://denisdefreyne.github.io/d-mark/
- Size: 379 KB
- Stars: 18
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# D★Mark
[](http://rubygems.org/gems/d-mark)

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