From 6797ad9354efb3f5aeabed154f6e497821da925e Mon Sep 17 00:00:00 2001 From: Jayesh Kurambhatti Date: Thu, 9 Feb 2017 19:23:32 +0530 Subject: [PATCH] Fixed error in documentation example of rt-virtual Also, added `rt-virtual` to list of `Built-in directives` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94bf8571..5325b42d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ http://plugins.jetbrains.com/plugin/7648 * [rt-template](#rt-template) * [rt-include](#rt-include) * [rt-pre](#rt-pre) + * [rt-virtual](#rt-virtual) * [styles](#styles) * [event handlers](#event-handlers) @@ -161,7 +162,7 @@ For instance, to repeat several nodes at once without a shared root for each ins
  • {n}
  • {n*2}
  • - +
    ```