Codeblocks is a component that should provide syntax highlighting for code.
Ideally, the component should support:
syntax highlighting by explicitly specifying the language
syntax highlighting by inferring the language
a way to easily copy the code
displaying the language in question
It should look something like:
Use the code and code-numbered-N CSS components for the styling and automatic line numbering.
Some avenues to explore while creating the component: syntect
Codeblocks is a component that should provide syntax highlighting for code.
Ideally, the component should support:
It should look something like:
Use the code and code-numbered-N CSS components for the styling and automatic line numbering.
Some avenues to explore while creating the component: syntect