Skip to content
/ blog Public

My personal blog. It is predominantly in Bahasa Indonesia, so feel free to use and edit what you need to.

License

Notifications You must be signed in to change notification settings

agcrisbp/blog

Repository files navigation

GitHub Clones GitHub Clones


Example CodeBlock

  • Code
<Pre
  codeBlocks={[
    {
      language: 'javascript',
      content: `var greeting = "Hello, World!";
console.log(greeting);`,
    },
  ]}
/>
  • Dropdown CodeBlock
<Pre
  codeBlocks={[
    {
      label: 'JavaScript',
      language: 'javascript',
      content: `var greeting = "Hello, World!";
console.log(greeting);`,
    },
    {
      label: 'HTML',
      language: 'html',
      content: `<html>
    <body>
      <p>Hello, World!
      </p>
    </body>
</html>`,
    },
  ]}
/>
  • iFrame
<Pre
  codeBlocks={[
    {
      iframe: true,
      content: `<html>
    <body>
      <p>Hello, World!
      </p>
    </body>
</html>`,
    },
  ]}
/>

You still can use triple-backsticks but it will be rendered without CopyButton (Its Pre components).


Sponsor

License

MIT

About

My personal blog. It is predominantly in Bahasa Indonesia, so feel free to use and edit what you need to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published