nice article. you can use tripe back ticks () for codes for example <?php
// Start a new session or resume the existing one
session_start();
// Store the user's username in a session variable
$_SESSION['username'] = 'john_doe';
?>``` or you can simply press "/" (slash) and inside advance you have the code option.