This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Wed Jul 02 21:25:23 -0700 2008 | [josh] |
| |
README | Wed Jul 02 21:25:23 -0700 2008 | [josh] |
| |
init.rb | Wed Jul 02 18:49:44 -0700 2008 | [josh] |
| |
lib/ | Wed Jul 16 19:55:13 -0700 2008 | [josh] |
| |
test/ | Wed Jul 16 19:55:13 -0700 2008 | [josh] |
README
SimpleFormatter
===============
Adds simple_format_with_html, which behaves similar to the built in simple_format but leaves html sections alone.
Example
=======
simple_format_with_html("Text content\n\n<p>with html mixed in<p>")
=> "<p>Text content</p>\n\n<p>with html mixed in<p>"
Copyright (c) 2008 Joshua Peek, released under the MIT license




