浏览代码

tiny cleanup

Falko Schindler 2 年之前
父节点
当前提交
3e04364f13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/reference.py

+ 1 - 1
website/reference.py

@@ -15,7 +15,7 @@ While having reasonable defaults, you can still modify the look of your app with
 ''')
     def formatting_example():
         ui.icon('thumb_up')
-        ui.markdown('''This is **Markdown**.''')
+        ui.markdown('This is **Markdown**.')
         ui.html('This is <strong>HTML</strong>.')
         with ui.row():
             ui.label('CSS').style('color: #888; font-weight: bold')