From 6227eef854430a2ccc4c9a380e37b94c16cd2a6d Mon Sep 17 00:00:00 2001 From: Nathan <nathan@druids.tech> Date: Tue, 28 Nov 2023 20:26:34 +0000 Subject: [PATCH] week 15 --- guides/md-referencing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/md-referencing.md b/guides/md-referencing.md index 271ffc9..b0805f0 100644 --- a/guides/md-referencing.md +++ b/guides/md-referencing.md @@ -1,3 +1,5 @@ +# .md referencing + Below is an overview of reference style links in markdown but for those in a rush, lets provide the quick version for our use case: Create your citation using 2 sets of square brackets. The first goes around the keyword that is a link. The second goes immediately after and is a label (make it unique.) To make this fit the uwe Harvard style you can write the author name and date in parentheses and wrap them in `[]`. @@ -17,6 +19,8 @@ Do not reference my paper, it is not related to this module [(Renney, 2022)][1] [1]: Renney, Nathan, N., Gaster, B., Mitchell, T. and Renney, H. (2022) Studying How Digital Luthiers Choose Their Tools. _Proceedings of the 2022 Chi Conference on Human Factors in Computing Systems_ [online]. ``` + + # general guide: ### Reference-style Links[](https://www.markdownguide.org/basic-syntax/#reference-style-links) -- GitLab