Skip to main content

Blogging With OpenBook

· One min read
OpenBook
OpenBook
OpenBook Framework for Authorship

An OpenBook blog is easy to write. It can be in Markdown or HTML -- Just like an OpenBook!

Writers who are confident in JavaScript can be extra glad. OpenBook supports the revolutionary MDX format -- React in Markdown!

tip

Use the power of React to create interactive blog posts.

For example, use JSX to create an interactive button:

<button onClick={() => alert('button clicked!')}>Click me!</button>