By default, the Bludit content editor (TinyMCE) doesn't include the codesample plugin activated by default. Although, it's very easy to add that useful tool into the editor of your blog.
- In the admin website go to the Plugins panel.
- Select the Settings of the TinyMCE plugin.
- Add
codesampleon the Plugins input. - Add
codesampleon the Toolbar Top input.
With that, it will appear the codesample button on the toolbox, with that the code will be appear inside a code tag, but it won't highlight the code with colors. For that purpose it's possible to install another plugin called prism available here.