int MyFunction()
{
// There once was a man named Dave
int Result = 0;
// Whose code just wouldn't behave
MyObject *Ptr = new MyObject();
// He left to go to a meetin'
Result = Ptr->DoSomething();
// And left his memory a leakin'
return Result;
}
C++ code with displaying hidden characters such as tabs and line breaks
Coder is based on free, fast, lightweight and robust JS library for code highlighting
The Elementor widget has many options that allow you to manage even small details of any entity
The plugin has 30 stylish skins for code highlighting, supported in all syntaxes
Supported BitBucket Snippets & Repositories and GitHub Gists & Repositories
body {
background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
}
h1, h2, h3, h4, h5, h6 {
transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
color: #ff0099
}
A snippet of CSS code with a preview of gradients and colors. Hover over a property to see a preview.
/**
* Always returns true.
* @since 1.0.0
* @access public
**/
public boolean isAvailable() {
return false;
}
Minimalist syntax highlighting of PHP code in minimalistic form with a button for copying code