Falko Schindler 2 år sedan
förälder
incheckning
3e04364f13
1 ändrade filer med 1 tillägg och 1 borttagningar
  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():
     def formatting_example():
         ui.icon('thumb_up')
         ui.icon('thumb_up')
-        ui.markdown('''This is **Markdown**.''')
+        ui.markdown('This is **Markdown**.')
         ui.html('This is <strong>HTML</strong>.')
         ui.html('This is <strong>HTML</strong>.')
         with ui.row():
         with ui.row():
             ui.label('CSS').style('color: #888; font-weight: bold')
             ui.label('CSS').style('color: #888; font-weight: bold')