Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple latex block #818

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fix \n
  • Loading branch information
jkcs committed Jun 4, 2024
commit fa20a9e8d4570dc6c5efa321ffd2d36f3c248cc3
2 changes: 1 addition & 1 deletion examples/05-custom-schema/01-alert-block/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function App() {
},
{
type: "alert",
content: "This is an example /n alert",
content: "This is an example \n alert",
},
{
type: "paragraph",
Expand Down
Loading