diff --git a/docs/content/articles/divicon.md b/docs/content/articles/divicon.md index 7d69ad0..60c7c58 100644 --- a/docs/content/articles/divicon.md +++ b/docs/content/articles/divicon.md @@ -54,7 +54,9 @@ it is best to use the JS attribute `className` by using the `class-name` equival ## Mark-up -```html +The usual rules for converting from JS to HTML apply. + +```html,hl_lines=6 9,linenos ``` +Line 6 and 9 above show how to use a div icon to create a pink and blue circle icon. + # Conclusion Div icons enable a front-end developer to craft amazing visualisations.