Skip to content

Commit

Permalink
Add Showdown to convert markdown to HTML in viz-preview.js (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Jun 2, 2022
1 parent 4ee77ff commit 924c709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ckanext/querytool/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
{% block scripts %}
{{ super() }}
{% resource 'querytool/javascript/vitals.js' %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
{% endblock %}

0 comments on commit 924c709

Please sign in to comment.