Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleander/markdown-to-bbcode-js
Experimental javascript library for converting Markdown to BBCode
https://github.com/oleander/markdown-to-bbcode-js
Last synced: about 2 months ago
JSON representation
Experimental javascript library for converting Markdown to BBCode
- Host: GitHub
- URL: https://github.com/oleander/markdown-to-bbcode-js
- Owner: oleander
- License: mit
- Created: 2014-04-18T14:46:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T21:36:44.000Z (over 9 years ago)
- Last Synced: 2023-04-10T09:39:38.012Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://markdown-to-bbcode.herokuapp.com/
- Size: 253 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Markdown to BBCode
Experimental javascript library for converting Markdown
to [BBCode](http://sv.wikipedia.org/wiki/BBCode).## Try it out @ Heroku
[markdown-to-bbcode.herokuapp.com](http://markdown-to-bbcode.herokuapp.com/)
or poke around in the `public/js` folder.## Code
The library is defined in the `public/js/markdown.js` file.
## Specs
Take a look at `spec` folder or open the `spec/SpecRunner.html` in your browser.
## Note
This project was build back in 2011 but weren't published until 2014.
The existing code *might* therefore relay on legacy code.## Contributing
1. Fork it ( http://github.com/oleander/markdown-to-bbcode-js/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request