This is post about markdown features.
or
You can make text italic or bold.
Example of Rust code:
// `vst` uses macros, so we'll need to specify that we're using them!
#[macro_use]
extern crate vst;
// We're implementing a trait `Plugin` that does all the VST-y stuff for us.
impl Plugin for Whisper {
fn get_info(&self) -> Info {
Info {
name: "Whisper".to_string()
}
}
}
You can also specify file name that convenient for tutorials:
<div class='filename'>
<div>src/lib.rs</div>
</div>
How it looks:
Syntax:
---
The first principle is that you must not fool yourself and you are the easiest person to fool.
-- Richard Feynman
С вставкой yt(id="the_id_here")
vm(id="id_here")
Example:
Header 1 | Header 2 |
---|---|
Content | Content |
Content | Content |
Content
Content
Syntax:
<details>
<summary>Title 1</summary>
<p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
</details>