64 lines
1.5 KiB
Markdown
64 lines
1.5 KiB
Markdown
# Mixed
|
|
|
|
This contains all tags randomly mixed together, to make sure style changes in one does not affect others.
|
|
|
|
### A heading
|
|
|
|
**Quite a Strong statement , to make**
|
|
|
|
~~No, cross that~~
|
|
|
|
> Whose **quote** is this
|
|
>
|
|
> > And ~~this~~
|
|
> >
|
|
> > > - and
|
|
> > > - this
|
|
> > > - also
|
|
|
|
```
|
|
You encountered a wild codepen
|
|
```
|
|
|
|
```rust,editable
|
|
// The codepen is editable and runnable
|
|
fn main(){
|
|
println!("Hello world!");
|
|
}
|
|
```
|
|
|
|
<kbd>Ctrl</kbd> + <kbd>S</kbd> saves a file.
|
|
|
|
A random image sprinkled in between
|
|
|
|

|
|
|
|
---
|
|
|
|
- ~~An unordered list~~
|
|
- **Hello**
|
|
- _World_
|
|
- What
|
|
1. Should
|
|
2. be
|
|
3. `put`
|
|
4. here?
|
|
5. **<kbd>Ctrl</kbd> + <kbd>S</kbd> saves a file.**
|
|
|
|
| col1 | col2 | col 3 | col 4 | col 5 | col 6 |
|
|
| ---- | ---- | ----- | ----- | ----- | ----- |
|
|
| val1 | val2 | val3 | val5 | val4 | val6 |
|
|
|
|
| col1 | col2 | col 3 | An Questionable table header | col 5 | col 6 |
|
|
| ---- | ---- | ----- | ---------------------------- | ----- | ---------------------------------------- |
|
|
| val1 | val2 | val3 | val5 | val4 | An equally Questionable long table value |
|
|
|
|
### Things to do
|
|
|
|
- [x] Add individual tags
|
|
- [ ] Add language examples
|
|
- [ ] Add rust specific examples
|
|
|
|
And another image
|
|
|
|

|