diff --git a/Gemfile b/Gemfile index 1690647..fd57bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.1.1" +gem "jekyll", "~> 4.2.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/_config.yml b/_config.yml index f4665dc..6e68901 100644 --- a/_config.yml +++ b/_config.yml @@ -36,8 +36,6 @@ author: collections: posts: excerpt_separator: - - markdown: kramdown diff --git a/ntnu/21v/ttk4145/summary/summary.md b/ntnu/21v/ttk4145/summary/summary.md index d543e77..4d6f699 100644 --- a/ntnu/21v/ttk4145/summary/summary.md +++ b/ntnu/21v/ttk4145/summary/summary.md @@ -472,7 +472,7 @@ t1(){ t2(){ * "Limited expressive power". Some reasonalbe problems are hard to solve * Ref ["The Little Book of Semaphores"](https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf) - ### Why shared-variable synchronization +### Why shared-variable synchronization **Why not?** @@ -504,4 +504,6 @@ t1(){ t2(){ * Sensors and actuators * "CPU" - Computing capacity * *This* is real-time programming; We solve it by *Scheduling* -* ... any other interface \ No newline at end of file +* ... any other interface + +