From cec6bab54b81d045bcaf6f0006243198ad2a0b44 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Thu, 21 Sep 2023 13:16:09 +0200
Subject: [PATCH] fix: correct style use in slide about che

---
 lectures/revealjs/09-second-modular.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lectures/revealjs/09-second-modular.adoc b/lectures/revealjs/09-second-modular.adoc
index 5a8ef33..004b8ff 100644
--- a/lectures/revealjs/09-second-modular.adoc
+++ b/lectures/revealjs/09-second-modular.adoc
@@ -370,10 +370,10 @@ module todolist.ui {
 [.smaller-80]
 - https://che.stud.ntnu.no
 - current limitations 
- ** ~~container UI needs to be started manually~~
- ** UI might lock (screensaver) - ~~we need to unlock using terminal commands~~ 
+ ** [.line-through]#container UI needs to be started manually#
+ ** UI might lock (screensaver) - [.line-through]#we need to unlock using terminal commands# 
  ** every user is limited to 1 running workspace
- ** ~~stoping a workspace loses changes~~  (you should always push your changes before closing)
+ ** [.line-through]#stoping a workspace loses changes#  (you should always push your changes before closing)
 
 [background-color = "#124990"]
 [color = "#fff6d5"]
-- 
GitLab