Test Code Highlighting Article
Last updated on
Test Code Highlighting Article
This is a page to see if everything is fine.
Headers
// ts code?
const item: number = 5
// Code highlighting should work fine
console.log(item)
// React?
import React from 'react'
export const testFunc = () => {
return (
<h1 className="color: red;">test</h1>
<p>Test highlighting</p>
)
}
example Bold?, Underline?, Italic?
note: This is a small note.