mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
67 lines
1000 B
Plaintext
67 lines
1000 B
Plaintext
---
|
|
title: "I corebooted my T440p, here's how I did it."
|
|
author: "Timothy Pidashev"
|
|
date: "2024/06/05"
|
|
description: "This is a sample MDX file."
|
|
tags: ["coreboot", "t440p", "dgpu"]
|
|
---
|
|
|
|
# Heading 1
|
|
|
|
## Heading 2
|
|
|
|
### Heading 3
|
|
|
|
#### Heading 4
|
|
|
|
##### Heading 5
|
|
|
|
###### Heading 6
|
|
|
|
*Italic Text*
|
|
|
|
_Italic Text_
|
|
|
|
**Bold Text**
|
|
|
|
__Bold Text__
|
|
|
|
* Bullet List
|
|
* Item 1
|
|
* Item 2
|
|
* Subitem 1
|
|
* Subitem 2
|
|
|
|
1. Numbered List
|
|
1. Item 1
|
|
2. Item 2
|
|
- Subitem 1
|
|
- Subitem 2
|
|
|
|
[Link Text](https://example.com)
|
|
|
|

|
|
|
|
> Blockquote
|
|
>
|
|
> Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
|
|
`Inline Code`
|
|
|
|
| Table Header 1 | Table Header 2 |
|
|
|----------------|----------------|
|
|
| Table Row 1 | Table Row 1 |
|
|
| Table Row 2 | Table Row 2 |
|
|
|
|
<sup>Superscript Text</sup>
|
|
|
|
<sub>Subscript Text</sub>
|
|
|
|
<mark>Highlighted Text</mark>
|
|
|
|
<ins>Underlined Text</ins>
|
|
|
|
<del>Strikethrough Text</del>
|
|
|
|
<abbr title="Abbreviation">Abbreviation</abbr>
|