From 02b592e244ce3e2ed4dc5baa6cc54e74ee7c39ab Mon Sep 17 00:00:00 2001 From: gze Date: Mon, 14 Aug 2017 15:15:28 +0000 Subject: [PATCH] cannot escape [[ in md --- Readme.md | 2 ++ readme.txt | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 readme.txt diff --git a/Readme.md b/Readme.md index ebff745..d0479d6 100644 --- a/Readme.md +++ b/Readme.md @@ -4,4 +4,6 @@ This is a content plugin, to add working shortcodes use syntax as follows in the * ... part RD 10 [[::rd10::]] ... which will generate ... part RD 10 ⇗ OctoPart.com ... (url to OctoPart.com) +*Check readme.txt for unformatted examples!* + diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..6f7e4dd --- /dev/null +++ b/readme.txt @@ -0,0 +1,5 @@ +# Usage + +This is a content plugin, to add working shortcodes use syntax as follows in the example: + +* ... part RD 10 [[::rd10::]] ... which will generate ... part RD 10 ⇗ OctoPart.com ... (url to OctoPart.com)