From 28328f1366db8bce39bd5a862f835d778b91d5ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Apr 2018 17:42:06 +0200 Subject: Add support for note block and span For example: \N|This is a block note. It may consist of multiple paragraphs.| And this is \N{an inline note} that is inside a paragraph. Notes are currently only support for the html output. --- tests/note/buildfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/note/buildfile (limited to 'tests/note/buildfile') diff --git a/tests/note/buildfile b/tests/note/buildfile new file mode 100644 index 0000000..2051ed0 --- /dev/null +++ b/tests/note/buildfile @@ -0,0 +1,5 @@ +# file : tests/note/buildfile +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +./: test{testscript} -- cgit v1.1