Portfolio
Check out my portfolio.
This documentation was built with Astro and starlight. If you would like to create your own beautuful documentation website you ca do so by visiting Starlight website. Prerequisites install Astro website. You can also find this projects source code here.
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements.
Check this out
Create anything
| Syntax | Description | | ----------- | ----------- | | Header | Title | | Paragraph | Text |
Searching for some answers?
awesome. I have some for you.
Get started
Learn more in the Starlight Docs.
Stars
Sirius, Vega, Betelgeuse
Moons
Io, Europa, Ganymede
Check this out
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require("./lang/" + l);
return true;
};
Text can be bold, italic, or strikethrough.
You can link to another page.
You can highlight inline code
with backticks.
bold text
italicized text
blockquote
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Here’s a sentence with a footnote. 1
The world is flat.
That is so funny! 😂
(See also Copying and Pasting Emoji)
I need to highlight these very important words
This is the footnote. ↩