Commit ab3f9a94 authored by FulcrandG's avatar FulcrandG
Browse files

Testing superfences code blocks for clipboard copy button

parent af8c2eb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

* **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`):
> ```
  `{{ latest.url }}`
  {{ latest.url }}
  ```

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