Introduction¶
This chapter gives you a basic introduction about the TYPO3 CMS extension “fs_code_snippet”.
What does it do?¶
This extension implements a content element that enables you to render code snippets of various programming languages. It relies on the sysext fluid_styled_content and will not function properly on systems with only css_styled_content installed.
It makes use of the T3Editor in the backend and the code snippet library prism.js in the frontend.