Commit 49b9b1c4 authored by FulcrandG's avatar FulcrandG
Browse files

Testing superfences code blocks for clipboard copy button

parent 8b5e4dc5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@

{% for version in changelogs -%}
??? "{{ version.version }}"
    > ```
      `{{ version.url }}`
      ```
  {% for line in version.changelog %}
    {%- if line %}
    {{ line }}