We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1c666 commit 4186a29Copy full SHA for 4186a29
_pages/tutorials.md
@@ -32,6 +32,7 @@ permalink: /tutorials/
32
{{pubinfo}} ({{tutorial.date}}).
33
{% if tutorial.abstract.size > 7 %}
34
* {{ tutorial.abstract | markdownify }}
35
+{{ tutorial.artifacts | markdownify | remove: '<p>' | remove: '</p>' | strip_newlines }}
36
{% endif %}
37
{% endfor %}
38
</div>
0 commit comments