As of
Est.Ā
Est.Ā
Markdown ā
An alternative to Markup for writing articles that is designed for simplicity.
Writing content directly in HTML is cumbersome and error-prone. Markdown is pure text at its core. Markdown supports some formatting rules typically used in plain text e-mails, such as bullet points in lists, underscores for emphasis, or marking each line of quoted text with >
at the beginning of the line. Thus, most plain text is automatically valid Markdown.
Normally Markdown is translated into HTML and formatted with CSS. The core of Markdown is quite limited when it comes to fancy formatting. This has led to a number of extensions, which in turn bring back some of the original complexity of HTML š.
You also might want to read about the following topics:
- Automated Glossaryš The automated glossary on this website provides consistent, global short descriptions for terms that require some explanation.
- Consistency Checksāļø It is interesting, how many things can go wrong. And got rotten over times. Better watch out!
- Dark Mode for VitePress 0.x
āļøš
- Graphs with Mermaid & DotIncluding diagrams as images is cumbersome. It is better to include the specification of the graph in the Markdown and generate the diagrams automatically.
- Last Modification Dateš Metadata allows you to spot outdated content.
- Rapid Development with ViteVite is the development server of choice that also supports fast builds with Rollup.
- Static Site Generation with VitePress
- Styling with Tailwind CSSHow to use Tailwind CSS to style content in VitePress.
- The Second Sidebarš I added a sidebar to the right. It can be opened and closed with the
š icon at the top right corner of the page. - Unambitious Site Searchš
VitePress has a default slot for search (powered by Algolia.com).
Looked into it, found provisioning of data more complicated than search itself and started my own search.