DocuBricks / docubricksViewer

1 stars 3 forks source link

Rich text support #11

Closed rwb27 closed 7 years ago

rwb27 commented 7 years ago

This branch uses my DOMParser in the browser, and extends the rendering to allow rich text (including hyperlinks) in the various long text fields. This fixes #5 and #6 as well as making it easy to embed into a GitHub microsite or preview a file you're working on without the need to recompile an HTML page (one of the things I wanted to do the most).

It includes everything I did in #7.