2025/05/07 15:20

Notion Broadcast Template

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.

Notion Broadcast Template
2025/05/07 15:20

Syntax Highlighting & Formatting

function MyButton() {
  return <button>I'm a button</button>
}
 
export default function MyApp() {
  return (
    <div>
      <h1>Welcome to my app</h1>
      <MyButton />
    </div>
  )
}
2025/05/06 15:15

Syntax Highlighting & Formatting

function MyButton() {
  return <button>I'm a button</button>
}
 
export default function MyApp() {
  return (
    <div>
      <h1>Welcome to my app</h1>
      <MyButton />
    </div>
  )
}
2025/05/06 14:35

Notion Broadcast Template

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.

Notion Broadcast Template