浏览代码

Remove jsx code block

Saul Shanabrook 5 年之前
父节点
当前提交
5addc5e1b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/source/developer/extension_points.rst

+ 1 - 1
docs/source/developer/extension_points.rst

@@ -131,7 +131,7 @@ to any node to have it and its children not trigger it.
 
 For example, if you are building a custom React element, it would look like this:
 
-.. code:: jsx
+.. code::
 
     function MyElement(props: {}) {
       return (