diff --git a/markdown/dev/howtos/code/adding-snippets/en.md b/markdown/dev/howtos/code/adding-snippets/en.md index 3c9c25d345e..6746d00162e 100644 --- a/markdown/dev/howtos/code/adding-snippets/en.md +++ b/markdown/dev/howtos/code/adding-snippets/en.md @@ -27,7 +27,7 @@ See [Using attributes](/howtos/code/attributes/) for details on how to set attri Below is an example of the available snippets, and the use of the `data-scale` and `data-rotate` attributes: - + Overview of available snippets diff --git a/markdown/dev/howtos/code/drawing-circles/en.md b/markdown/dev/howtos/code/drawing-circles/en.md index d77b80db574..2648a391287 100644 --- a/markdown/dev/howtos/code/drawing-circles/en.md +++ b/markdown/dev/howtos/code/drawing-circles/en.md @@ -12,7 +12,7 @@ to the radius of the circle you want to draw. In addition, all attributes that have a `data-circle-` prefix will apply to the circle, rather than the point. - + Circles diff --git a/markdown/dev/howtos/code/macros/en.md b/markdown/dev/howtos/code/macros/en.md index 3f7f1b73115..067b54f3b86 100644 --- a/markdown/dev/howtos/code/macros/en.md +++ b/markdown/dev/howtos/code/macros/en.md @@ -9,7 +9,9 @@ into a little routine. Macros are provided by [plugins](/reference/plugins/). Here are some examples: - + +Some examples of macros + Refer to the [macros documentation](/reference/api/macros/) for details on how to use macros, and the [plugins](/reference/plugins/) documentation for info on how to create your