Skip to content
  • Jason Lee's avatar
    47ad617e
    New BookLab::HTML renderer with HTML, SML and Markdown support (#46) · 47ad617e
    Jason Lee authored
    - Use `BookLab::HTML` instead of `BookLab::Markdown` and support `html`, `sml` and `markdown`;
    - Add full feature of `SML` format support;
    - Add `format` field to `docs`, `versions`, and render html by `format`; 
    - Avoid use `markdown` helper in model, use `BookLab::HTML.render` instead.
    - Now `BookLab::HTML.render` will including caching and sanitize html;
    - Add more attributes support for `BookLab::Sanitize`;
    47ad617e
    New BookLab::HTML renderer with HTML, SML and Markdown support (#46)
    Jason Lee authored
    - Use `BookLab::HTML` instead of `BookLab::Markdown` and support `html`, `sml` and `markdown`;
    - Add full feature of `SML` format support;
    - Add `format` field to `docs`, `versions`, and render html by `format`; 
    - Avoid use `markdown` helper in model, use `BookLab::HTML.render` instead.
    - Now `BookLab::HTML.render` will including caching and sanitize html;
    - Add more attributes support for `BookLab::Sanitize`;
Loading