HtmlConverter.convert

  1. string convert(string html, bool wantWordWrap, int wrapAmount)
    class HtmlConverter
    string
    convert
    (
    string html
    ,
    bool wantWordWrap = true
    ,
    int wrapAmount = 74
    )
  2. string convert(Element start, bool wantWordWrap, int wrapAmount)
Suggestion Box / Bug Report