Cpp4You / CppLangNet

The modern website for C++ language to make it more accessible.
https://cpp-lang.net
Apache License 2.0
154 stars 39 forks source link

feat(platform): added `FullCode` component #185

Closed PoetaKodu closed 1 year ago

PoetaKodu commented 1 year ago

Description

Added the FullCode component that displays the content prop inside <Details> tag.

Example usage:

import MyCode from "./_codes/my_code.mdx"; // a MDX file with code

// later:
<FullCode content={<MyCode />} />

Type of Change

Changes in docs (docs)

Changes in the platform (platform)