From aad4749efceb9c9b9cdfe1a13ded56c4063b1f07 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 28 Dec 2023 07:37:40 +0200 Subject: notes: Fix tags, make sure they are as a list --- notes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.el b/notes.el index e9f922f..5642e54 100644 --- a/notes.el +++ b/notes.el @@ -30,7 +30,7 @@ Hypothermia is protective. There is a decrease in creatinine clearance. Vasopressors aggravate the deleterious effects of shock." :image "2023.png" :tags "surgery renal kidneys") -;; +;; (gnosis-add-note-mcq :deck "Anatomy" :question "A 37-year-old man is admitted to the emergency department after a severe car crash. After examining the @@ -45,4 +45,4 @@ deltoid, the spinal accessory nerve innervates the sternocleidomastoid and trapezius, the dorsal scapular nerve supplies the rhomboid muscles and levator scapulae, and the latissimus dorsi is the muscle supplied by the thoracodorsal nerve." - :tags "anatomy thoracic serratus-anterior") + :tags '("anatomy" "thoracic" "serratus-anterior")) -- cgit v1.2.3