Skip to content

Commit c2d8088

Browse files
Fix markdown
1 parent b7fac0e commit c2d8088

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.markdownlintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
docs/index.md
22
docs/software/software-table.md
33
evaluations/**/*_feedback.md
4+
docs/shared_documents/*
5+
docs/social_coding/not_used/*
6+
docs/meeting_notes/*

docs/lesson_plans/2024_autumn/20241121_richel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Great!
4343

4444
I've made the schedule to this:
4545

46-
```
46+
```text
4747
Thursday |09:00-10:00|Lars |[Object-oriented design](design_develop/OO_development.md)
4848
Thursday |10:15-11:00|Richel |[Function design](function_design/README.md)
4949
Thursday |11:15-12:00|Richel |[Class design](data_structures/class_design.md), [has-a relation](data_structures/has_a_relation.md), [expressive data type](data_structures/expressive_data_type.md)
@@ -66,7 +66,7 @@ Yes, rearrange to:
6666

6767
Changed schedule to:
6868

69-
```
69+
```text
7070
Thursday |09:00-10:00|Lars |[Object-oriented design](design_develop/OO_development.md)
7171
Thursday |10:15-11:00|Richel |[Function design](function_design/README.md)
7272
Thursday |11:15-12:00|Richel |[Expressive data type](data_structures/expressive_data_type.md), [has-a relation](data_structures/has_a_relation.md)
@@ -101,7 +101,7 @@ So, here is a schedule to fix this
101101
I need to suggest a different schedule to Lars, which consists of switching
102102
the order of things:
103103

104-
```
104+
```text
105105
4. Thursday |09:00-10:00|Lars |[Object-oriented design](design_develop/OO_development.md)
106106
1. Thursday |10:15-11:00|Richel |[Function design](function_design/README.md)
107107
2. Thursday |11:15-12:00|Richel |[Expressive data type](data_structures/expressive_data_type.md),

0 commit comments

Comments
 (0)