frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 9 forks source link

Improve HtmlRenderer #156

Open roll opened 3 years ago

roll commented 3 years ago

Overview

Currently, it directly checks whether `snippet.type == 'script' meaning that it's not enough a general solution.