summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-05 17:54:12 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-09 11:40:19 +0900
commite21bbbe516921e227f92a79aee8f907ee2563828 (patch)
tree843c3d69b31dfbf04f759572a92204a81c70082e /README.md
parent43717ae31ee76dab029cc6ba0aa07e6cd7688a55 (diff)
Wiki support 1st version
Renesas contracted service provider will stop Redmine at 2021. But, We want to keep it. This patch start to support Wiki at PeriJect. 100% compatible is difficult, but some of them can be. These are known un-compatiblity. - list "-" doesn't work - line "---" doesn't work - [[link]] doesn't work (periject supports similar one) - !image! doesn't work (periject supports similar one) - <pre>...</pre> doesn't allow white line - {{toc}} doesn't work Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3dd89a..68086f4 100644
--- a/README.md
+++ b/README.md
@@ -65,3 +65,11 @@ You can add it by
> git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git
+# Wiki
+
+## How to create Wiki ?
+It is easy ! just "wiki"
+
+You need to install "textile" first
+
+ > pip install textile