Jon Wallace
May 29, 2025
Reading time:
This is a test post to look at the Syntax Highlighting extra.
<test>hello</test>
<bye>Bye</bye>
<section>why</section>
<?php
function modify($x, $y) {
$x = $x * 3;
$y = $y + 2;
return $x + $y;
}
function myMessage() {
echo "Hello world!";
}
?>
<html>
<!-- This is a comment -->
<p>This is a paragraph</p>
<h1 style="font-size: 20px;">This is an H1</h1>
<ul>
<!-- end of the comment -->
<li>Bullet</li>
<li class="bulet2">Bullet 2</li>
</ul>
</html>
.selector1 { font-size: 40px; color: red; }
.selector2 {
font-weight: bold;
padding: 0 100px 40px 0px;
margin-right: 100px;
}
#selector3 { display: none; }
// Some Rust code here
fn main() -> io::Result<> {
let i = 10;
println!("i: {}", i);
Ok(())
}
<?php function modify($x, $y) { $x = $x * 3; $y = $y + 2; return $x + $y; } function myMessage() { echo "Hello world!"; }
<html>
<!-- This is a comment --> <p>This is a paragraph</p> <h1 style="font-size: 20px;">This is an H1</h1> <ul>
<!-- end of the comment --> <li>Bullet</li> <li class="bulet2">Bullet 2</li> </ul> </html>
.selector1 { font-size: 40px; color: red; } .selector2 { font-weight: bold; padding: 0 100px 40px 0px; margin-right: 100px; } #selector3 { display: none; }
.selector1 { font-size: 40px; color: red; } .selector2 { font-weight: bold; padding: 0 100px 40px 0px; margin-right: 100px; } #selector3 { display: none; }
// Some Rust code here fn main() -> io::Result<> { let i = 10; println!("i: {}", i); Ok(()) }
29/05/2025
03/12/2024
this is a test post
08/10/2024
Having multiple developers work on pre-merge testing distributes the process and ensures that every contribution is rigorously tested before…
15/08/2024
After rigorous debugging, a new unit testing framework was added to the backend compiler for NVK. This is a walkthrough of the steps taken…
01/08/2024
We're reflecting on the steps taken as we continually seek to improve Linux kernel integration. This will include more detail about the…
27/06/2024
With each board running a mainline-first Linux software stack and tested in a CI loop with the LAVA test framework, the Farm showcased Collabora's…
Comments (0)
Add a Comment