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

Html and Evcxr integration #101

Merged
merged 3 commits into from Aug 26, 2019
Merged

Html and Evcxr integration #101

merged 3 commits into from Aug 26, 2019

Commits on Aug 25, 2019

  1. Implement HTML output for Table and TableSlice

    * Add a HTML escaper to the utils class.
    * Expand TableSlice, Row, and Cell with HTML printing functions.
        These are implemented from scratch as they share almost nothing with
        the line based printing used for text, as HTML directly supports
        multiline cells.
    * Add tests to Cell and Table which test the new functionality.
    jonasbb committed Aug 25, 2019
    Copy the full SHA
    917e480 View commit details
    Browse the repository at this point in the history
  2. Integrate the new HTML printing with Evcxr

    * Add optional feature for Evcxr integration
    * Implement trait for everything which can be converted into a
        Tableslice. The trait prints the Tableslice in plain-text and HTML
        format in a Evcxr compatible manner.
    jonasbb committed Aug 25, 2019
    Copy the full SHA
    66b913f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1980557 View commit details
    Browse the repository at this point in the history