dfe-analytical-services / analysts-guide

A static website to hold guidance, helpful links and code examples for analysts working in DfE.
https://dfe-analytical-services.github.io/analysts-guide/
MIT License
4 stars 2 forks source link

Standardise use of info / warning / alert boxes #71

Open cjrace opened 2 months ago

cjrace commented 2 months ago

Is your feature request related to a problem? Please describe. We're currently pretty inconsistent on these, e.g. image

versus

image

Describe the solution you'd like We should standardise all to one style, I'd personally back the inbuilt quarto ones using code like:

::: {.callout-note}
Text
:::

That look like this: image

This should then be added to our contributing style guide to help new contributors know how to do them.

Describe alternatives you've considered Not put much more thought into it behind this, I prefer the quarto inbuilt style to the ones I had added in the Open Data Standards page for example, so happy to move to the quarto approach.

Additional context None.

jen-machin commented 2 months ago

Analysts Guide: standardise use of callouts