Concept
Synopsis
A concept is the basic building block of a course.
Syntax
module a/b/Conceptina/b/Concept.rscOr a file
a/b/Concept/Concept.md,a/b/Concept/index.md:---
title: Concept Title
keywords:
- keyword1
- keyword2
---
#### Synopsis
This is the synopsis.
#### Pitfalls
All sections are optional, but not the title header. It is always recommended to have at least a Synopsis and some Examples. Empty sections are removed by the preprocessor. It is not checked, but these section headers are recommended for all concepts and no new section headers are to be introduced.
Description
A concept describes a separate entity (idea, artefact, function, rule) that is relevant in the scope of the course in which it appears. It consists of the named sections above that are described separately. Each section starts with a keyword that should appear at the begin of a line.
Here is a brief summary of the sections of a concept: