From c376321dddd57ac9171ed5c3f339d1188db6ac35 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Tue, 29 Aug 2017 15:35:31 +0200
Subject: [PATCH] Add pre-blocks to README

Add a short remark in the README about pre-tags as code block delimiters.
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 08cadcd..5094f51 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,9 @@ around the whole code block, and thus execute an operation, which is not
 visible to the user. This can be used to perform operations, which are
 explained in a text, but should be executed as a script for testing.
 
+Since version 0.3.0, there exists an alternative syntax. The new syntax
+accepts `<pre>` and `</pre>` as code block delimiters.
+
 ### Example
 
 A full example of a imaginary bash tutorial (hello_world.md) can look like this. 
-- 
GitLab