Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Renderer.default_output method for alternative output formats #20

Closed
wants to merge 6 commits into from
Closed

Commits on Jun 12, 2014

  1. Adds Renderer.text hook for unformatted text.

    Useful for building alternative output methods (like docx) using the Renderer class.
    bslatkin committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    3cca525 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    022f8a1 View commit details
    Browse the repository at this point in the history
  2. Enables alternative representations of the render tree.

    This is useful for using an empty list as the default output value instead of a string. This allows renderers to build their own stack of directives using Python objects. This makes it easy to convert that tree of objects into other document formats besides HTML (such as docx).
    bslatkin committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    9dcdf0f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Configuration menu
    Copy the full SHA
    9a84360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b397b3 View commit details
    Browse the repository at this point in the history
  3. Fixed typo in comment

    bslatkin committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    f8d4bdc View commit details
    Browse the repository at this point in the history