See https://notes.canberger.se for the rendered version.
Built using Docsify.
- VSCode
- Docker
Clone, and open this repository in VSCode in Dev Containers, or use this link: Open in Dev Containers to get started. Clicking the link will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
Either hit F5 to start the server in the container, or run the following command in the terminal:
docsify serve docs
Open http://localhost:3000 in your browser.
Written using normal markdown supported by Marked including GitHub + these extensions:
-
Marked text:
This will be <mark>marked</mark> with yellow background color
Renders as: marked text
-
Styled block quotes:
!> **Important** Rendered in red with ! in a circle. ?> **Tip** Rendered in blue with i in a circle.
See https://jhildenbiddle.github.io/docsify-themeable/#/markdown?id=notices
-
Tabs:
<!-- tabs:start --> #### **Tab 1** This is tab 1 #### **Tab 2** This is tab 2 <!-- tabs:end -->
-
Emojies:
:stuck_out_tongue_winking_eye:
Renders as: 😜 Unicode emojis works as well See https://www.webfx.com/tools/emoji-cheat-sheet/
Theming: https://jhildenbiddle.github.io/docsify-themeable/#/markdown