title ¶
subtitle ¶ #
sub-subtitle ¶ #
sub-sub-subtitle ¶ #
sub-sub-sub-subtitle ¶
sub-sub-sub-sub-subtitle ¶
Glossary ¶ #
There is a glossary item in vibe coding here and clippy-no-simpy/" class="glossary-term" title=""Clippy no Simpy" is a term coined by Louis Rossmann, when people try to stand up for companies doing scummy things like charging your for features that you...">clippy no simpy.
Now you don’t have to manually link to how to create a virtual environment every time you mention virtual environments in any post that needs a virtual environment.
Paragraph ¶ #
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor Hover me incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
CodeBlock ¶ #
import this
print("that")
Horizontal rule ¶ #
Blockquote ¶ #
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Table ¶ #
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
Task List ¶ #
- Write the press release
- Update the website
- Contact the media
Highlight ¶ #
I need to highlight these very important words.
Bold ¶ #
This text has bold text
Italics ¶ #
This text has italic text
Subscript ¶ #
H~2~0
H2O
Superscript ¶ #
X^2^
X^2^
Emoji ¶ #
Emoji support not yet working
That is so funny! :joy:
:rocket:
:thumbs_up:
:grinning_face:
:fire:
That is so funny! 😂
🚀
:thumbs_up:
:grinning_face:
🔥
Abbreviations ¶ #
*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium The HTML specification is maintained by the W3C.
Keys ¶ #
Ctrl+Alt+Del
Win+9
Mark ¶ #
==marked==
marked
marked => inserted
Containers ¶ #
here be dragons
here
warning
here be dragons be careful
more containers
markdown :::
{.text-pink-900} :::: {.bg-pink-500} ::: container
here ¶ #
there
there ¶ #
import this
:::
::: second container
I still have pink text, but no pink background :::
::::
carousel ¶ #
{.carousel} :::: ::: hi ::: ::: hi ::: ::: hi ::: ::: hi ::: ::: hi ::: ::::
Admonitions ¶ #
sample note
this is a sample
sample note
this is a sample
it’s collapsible and open
sample note
this is a sample
it’s collapsible and closed
Reminder
this is a reminder
Caution
this is a caution
Attention
this is a attention
Hint
this is a hint
Error
this is a error
Important
this is a important
Seealso
this is a seealso
Tip
this is a tip
Todo
this is a todo
Warning
this is a warning
Settings
this is a settings
vsplit ¶ #
!!! vsplit I Have two opinions
!!! vsplit Left Opinion
supporting arguments
* lorem ipsum
* ipsum dolor
- [x] lorem ipsum
- [ ] ipsum dolor
!!! vsplit Right Opinion
supporting arguments
* lorem ipsum
* ipsum dolor
- [ ] lorem ipsum
- [x] ipsum dolor
Here is the result of that markdown.
I Have two opinions
Left Opinion
supporting arguments
- lorem ipsum
- ipsum dolor
- lorem ipsum
- ipsum dolor
Right Opinion
supporting arguments
- lorem ipsum
- ipsum dolor
- lorem ipsum
- ipsum dolor
A clean vsplit
{.clean}
Vsplit
Hello World
Here is a hello world application written in the typer cli framework for cli.
Vsplit
``` python
#!/usr/bin/env -S uv run –quiet –script
/// ¶
requires-python = “>=3.12” ¶
dependencies = [ ¶
“typer”, ¶
] ¶
/// ¶
import typer
app = typer.Typer()
@app.command() def hello(name: str = “World”): “““Prints a greeting message.””” typer.echo(f"Hello, {name}!")
if name == “main”: app()
html in md ¶ #
html without the markdown atrribute will not be parsed as markdown
Vsplit
Vsplit
``` markdown
This is not markdown