From e21bbbe516921e227f92a79aee8f907ee2563828 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 5 Dec 2019 17:54:12 +0900 Subject: 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) -
...
doesn't allow white line - {{toc}} doesn't work Signed-off-by: Kuninori Morimoto --- wiki/css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wiki/css (limited to 'wiki/css') diff --git a/wiki/css b/wiki/css new file mode 100644 index 0000000..3d25415 --- /dev/null +++ b/wiki/css @@ -0,0 +1,8 @@ +table { + border-collapse: collapse; + border: solid 1px gray; +} + +table th, table td { + border: solid 1px gray; +} -- cgit v1.2.3