Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Cronix's avatar

test

test

test

test

$var = "hey look, ma! Code!";
  1. one
  2. two
  3. three
  • one
  • two
  • three

oh wow, a quote!

Tommmy's avatar
just testing 

abc

$var = "hey look, ma! Code!";
Snapey's avatar

_italics_ italics

__strong__ strong

LearnHunter's avatar
on uper site you use three ``` and bottom side you use three ``` then you write your code on midle

just use it.

alahumada's avatar
   $date = Carbon::now()->format('m-d-Y H:i');
      $fileName = Carbon::now()->format('mY') . '.json';

      $var = 'dadad';
Jaikangam's avatar
 how to get black background color with code
omg finally got it. use < pre> < code class="hljs javascript"> text here and close the both tag.

this is code tag which appear red text in color

inspect code what other are using

NOMGUY's avatar

just use 3 bacticks. you can find it above Tab button. just put 3 backticks, press enter, put you cod, again enter and finally the 3 backticks once again

adjaf's avatar
class Something implements Anotherthing
{


}
Gerry's avatar

Testing...

public function __construct()
    {
        $this->middleware('auth')->except('index', 'show');
    }
resetForm () {
    this.form = {
        title: this.title,
        body: this.body
    };

    this.editing = false;
}

Please or to participate in this conversation.