You can add a filter as described in the forum post Can I by default turn on this feature for all my existing and for new user.
-
This reply was modified 1 year, 11 months ago by Walter Ebert.
This plugin does not work with PHP 8 because get_magic_quotes_gpc has been removed in that version.
The ASCII code is wrapped in a <pre> tag. This is intended for preformatted text that normally uses a fixed width font. But this depends on the theme you use.
Under “Design > Customize > Additional CSS” you can set the font, e.g.:
#kilroywashere {font-family: monospace;}
The settings are user specific and can be found under “Edit My Profile”.
In the file inc/template-tags.php on line 507:
<?php echo esc_html ( $links ); ?>
Should be:
<?php echo $links; ?>