From 48dfb55cbb6d091639e8363da532c8a3d617cb52 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 15 Mar 2016 16:51:22 +0800 Subject: [PATCH] site: toc should support inner html --- site/component/Article/index.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/component/Article/index.jsx b/site/component/Article/index.jsx index ebc7977981..eb145d1fb2 100644 --- a/site/component/Article/index.jsx +++ b/site/component/Article/index.jsx @@ -37,9 +37,8 @@ export default class Article extends React.Component { }).map((node) => { return (
  • - - { node.children } - +
  • ); });