- Date
- min Read
- 9 min Read

John Doe
john@example.comtitle: Alias earum autem error debitis velit. tags:
- Blog
- CodeIng
Main Title | العنوان الرئيسي
Paragraph
This is a paragraph with italic, bold, and strikethrough text.
This is an internal link, and this is an external link.
This is a list
- Apple
- Banana
- Strawberry
Code
inline code
This is inline code:
echo 'Hello, World!';
block code
This is a code block:
echo 'php';
echo "We're highlighting line";
echo "And focusing line";
+ echo "Add New line";
$app = new Illuminate\Foundation\Application(
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);
- echo "Delete line";
return $app;
Take a look at the C++ study plan
#include <iostream>
using namespace std;
int main() {
cout << 'Hello World' << endl; // cout Hello World
return 0;
}
// Output: Hello World
This is a Link YouTube video:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
https://www.youtube.com/watch?v=dQw4w9WgXcQ
This is HTML .
This is disallowed HTML:
<script> window.alert('Hello, World!'); </script>