enter title here...
Type article here
[!tip] Useful Liquid Tags - Delete before posting {: .align-center width=”400px”} - Needs to be inline with the image
{: .notice–primary} - needs to be the line below the single line of text ‘notice’ options include:
primary
,info
,warning
,danger
,success
the colours of these are: themed blue orange red greenIf you want a multiline notice, there is a liquid method, or just use HTML:
<div class="notice--success"> <h4>Message</h4> <p>A basic message.</p> </div>
further info here: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-notice/
[!success] Useful Liquid Tags - Adding a Gallery
Layout=”half”(2 images wide) or default 3 images wide
[!caution] Useful HTML Tags - Adding a single/half/third figure ```


```
[!note] Adding A Mermaid Diagram/Graph
- Remember to set the frontmatter to
mermaid: true
, then just create a mermaid graph as per usual- Bare in mind that it uses an old version of mermaid, so some feature such as graph titles break functionality
[!danger] Code Block Not Displaying Right? encase your code in the following liquid tags to ensure it doesn’t get processed: ```html
```