https://github.com/no-reply/rdf-markdown
A Markdown Literal for RDF.rb
https://github.com/no-reply/rdf-markdown
Last synced: over 1 year ago
JSON representation
A Markdown Literal for RDF.rb
- Host: GitHub
- URL: https://github.com/no-reply/rdf-markdown
- Owner: no-reply
- License: unlicense
- Created: 2015-07-15T19:57:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T19:58:10.000Z (about 11 years ago)
- Last Synced: 2025-01-21T18:12:30.059Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
RDF::Markdown
=========
A simple implementation for Markdown literals in RDF.rb.
Usage
-----
```ruby
require 'rdf/markdown'
RDF::Markdown::Literal.new(my_markdown_string)
# or
RDF::Literal(my_markdown_string, datatype: RDF::Markdown::Literal::DATATYPE)
```
Contribution Guidelines
-----------------------
Please observe the following guidelines:
- Write tests for your contributions.
- Document methods you add using YARD annotations.
- Follow the included style guidelines (i.e. run `rubocop` before committing).
- Use well formed commit messages.
Do note that in order for us to merge any non-trivial changes (as a rule of thumb, additions larger than about 15 lines of code), we need an explicit public domain dedication on record from you.
License
-------
This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying {file:UNLICENSE} file.