Code Highlighting

{{< highlight Bash >}}

{{< /highlight >}}

Escaping shortcodes

{{</* highlight Bash */>}}

{{</* /highlight */>}}

Mathjax for LateX Math

Just enable Mathjax in the index.md files header:

---
title: "m11c theme cheatsheet"
date: 2022-10-01T21:50:00+01:00
tags: ["hugo", "cheatsheet", "m11c", "theme"]
mathjax: true
---

Images

<div class="image_container">
   <div class="two_images">
      {{\< img "images/all_parts.jpg" "Overview of the used parts" "Fit" "500x300"/>}}
   </div>
   <div class="two_images">
      {{\< img "images/microfc-60035.jpg" "MicroFC 60035 soldered to a PCB" "Fit" "500x300" />}}
   </div>
</div>