diff options
Diffstat (limited to 'test/fixtures/INCLUDES.md')
-rw-r--r-- | test/fixtures/INCLUDES.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/fixtures/INCLUDES.md b/test/fixtures/INCLUDES.md new file mode 100644 index 0000000..22e3a61 --- /dev/null +++ b/test/fixtures/INCLUDES.md @@ -0,0 +1,29 @@ +# Beautiful chapter + +Here is a nice included snippet : + +```c +{{ included.c }} +``` + +---- + +An exercise using includes + +```c +{{ included.c }} + +Remove this extra code at the end +``` + +```c +{{ included.c }} +``` + +```c +{{ included.c }} + +This validation code is wrong but who cares ? +``` + +---- |