Skip to content

Commit

Permalink
Added warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lahdekorpi committed Jan 27, 2012
1 parent 2eff02b commit 3bbc84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ It's basically an attempt to recreate [wiky.js](https://github.com/tanin47/wiky.
## Known issues / limitations
* Unordered and ordered lists can not be mixed (any help and/or ideas would be great)
* Parsing of new lines should be smarter. It should join paragraphs (detected by two consecutive newlines) and avoid listings, headers and indentations
* It's not designed to handle user errors. If your user fails with syntax, the end result will reflect that.
* Has only been tested to work with PHP 5.3.6 and later versions. Some older versions might have problems with some markup.

## Howto use
// Include the library (obviously)
Expand Down

0 comments on commit 3bbc84b

Please sign in to comment.