This is a secondary title
This is a tertiary title
This is a quaternary title
Tip
Title of the tip
This is the content of a tip
Inline code
const codeInline: string = 'highlighted code inline'
Code block
server/api/parse-md.ts
        import { parseMarkdown } from '@nuxtjs/mdc/runtime'
export default eventHandler(async () => {
  const mdc = [
    '# Hello MDC',
    '',
    '::alert',
    'This is an Alert',
    '::'
  ].join('\n')
  const ast = await parseMarkdown(mdc)   return ast  return await parseMarkdown(mdc) })
    Link
Image
Click to enlarge and view
Todo list
Plan one
Plan two
Plan three
Software card
Java
22.0.1download