-
Lists work in lift-textile only if there is an empty line preceding it, but this is a deviation from the reference implementation http://textism.com/tools/textile/index.php .
Here's an example:
```…
-
The lift-textile parser seems to totally molest divs - disrespecting them as block elements and surrounding them with tags. This makes microformats (important!) impossible.
For example:
```
Jo…
-
1# \* and _. Look at the following:
scala> import net.liftweb.textile._
import net.liftweb.textile._
scala> TextileParser.toHtml("_foo_ **bar**")
res7: scala.xml.NodeSeq =
foo __bar__
scala>…
-
README dosyasına basitçe uygulamanın nasıl çalıştırılacağı ve kullanılacağı konusunda bilgiler eklenmeli.
-
The regular expression to match dashes and apply a `del` element will match regardless of surrounding whitespace. I've found this to differ from other implementations - specifically differing from the…