import streamlit as st st.markdown('''
## A Markdown header **bold** and _italic_ - list item 1 - list item 2 `python print('Test') `
''', unsafe_allow_html=True)