Notion Broadcast is a simple yet elegant Notion mini-blog template. Users can write text in Markdown format in Notion Database, and the system automatically converts it to rich text for display. It also supports automatic code block formatting and syntax highlighting to help you quickly set up a personal min blog or channel.
function MyButton() { return <button>I'm a button</button>}export default function MyApp() { return ( <div> <h1>Welcome to my app</h1> <MyButton /> </div> )}
function MyButton() { return <button>I'm a button</button>}export default function MyApp() { return ( <div> <h1>Welcome to my app</h1> <MyButton /> </div> )}
Notion Broadcast is a simple yet elegant Notion mini-blog template. Users can write text in Markdown format in Notion Database, and the system automatically converts it to rich text for display. It also supports automatic code block formatting and syntax highlighting to help you quickly set up a personal min blog or channel.