Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwinm/beautify
Powerful article formatting with MarkDown, SmartyPants, GeSHi and Dot combined
https://github.com/edwinm/beautify
dot geshi php smartypants vml
Last synced: 3 days ago
JSON representation
Powerful article formatting with MarkDown, SmartyPants, GeSHi and Dot combined
- Host: GitHub
- URL: https://github.com/edwinm/beautify
- Owner: edwinm
- License: other
- Created: 2012-08-26T13:52:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-09T12:17:51.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T22:45:17.728Z (7 months ago)
- Topics: dot, geshi, php, smartypants, vml
- Language: PHP
- Homepage:
- Size: 1.26 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Beautify
Beautify is a PHP-function which combines four text tools into one function
- Markdown: Simpler and more readable than HTML
- SmartyPants: Adds better typography (curly quotes, ellipsis...)
- GeSHi: Adds syntax highlighting to source code
- Dot: Converts the Dot graph language to SVG and VMLFor more information, read [Beautify: Markdown, SmartyPants, GeSHi and Dot combined](http://www.bitstorm.org/weblog/2012-8/Beautify_Markdown_SmartyPants_GeSHi_and_Dot_combined.html).
*Remark about VML*: IE8 does not support SVG. It does support VML, Microsoft's own vector format, but only
*without* standards support (so no doctype). See [KB932175](http://support.microsoft.com/kb/932175).
So you have to chose between standards support and VML support. #facepalmCopyright 2012 Edwin Martin
License: MIT or GPL
To get Beautify:
`git clone https://github.com/edwinm/Beautify.git`