From 95fb4e1f6c6ccd529c883a86b9ea1e4bcd78f000 Mon Sep 17 00:00:00 2001 From: CormacKinsella <27350062+CormacKinsella@users.noreply.github.com> Date: Tue, 14 May 2024 13:58:28 +0200 Subject: [PATCH] qmd with internal link, only works in the html --- confluence-qmds/cormac.qmd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 confluence-qmds/cormac.qmd diff --git a/confluence-qmds/cormac.qmd b/confluence-qmds/cormac.qmd new file mode 100644 index 0000000..258b1d7 --- /dev/null +++ b/confluence-qmds/cormac.qmd @@ -0,0 +1,18 @@ +# Test qmd file for publishing to confluence + +```{python} +# Code block + +import numpy as np + +a = np.array([1, 2, 3]) + +print(a) +``` + +- See section [below](#heading2) + +## Heading 2 {#heading2} + +- Some more things +- A **very important point**