Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbeaumont/Actiondown
Actionscript port of Javascript Showdown
https://github.com/bbeaumont/Actiondown
Last synced: 2 months ago
JSON representation
Actionscript port of Javascript Showdown
- Host: GitHub
- URL: https://github.com/bbeaumont/Actiondown
- Owner: bbeaumont
- License: other
- Created: 2010-10-05T14:59:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-05T16:15:08.000Z (over 14 years ago)
- Last Synced: 2024-08-03T05:02:49.666Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Actiondown - Actionscript port of Javascript Showdown (File Formats / Markdown)
README
This is a port of Javascript [Showdown] which in turn is a port of [Markdown].
It currently is a direct port, so there are few optimizations or lanuguage specific features in it. It is, however, working fine with the demo on the Showdown site.
In the future it's going to get cleaned up and optimized for Actionscript. I've also implmented it as a static utility type implementation, which is fine right now, and useful in most purposes. However I'm planning to change this so that it becomes more flexible and can become part of a larger tool.
Issues so far:
* Nested lists don't seem to be working.
[Showdown]: http://attacklab.net/showdown/
[Markdown]: http://daringfireball.net/projects/markdown/