File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,13 +71,31 @@ Nested blockquote:
7171>
7272> > Inner quote
7373
74- ---
74+
75+ Ingredients:
76+ - VSCode
77+ - Github
78+ - python, jupyter and flopy
79+
80+ !!! note "Tip"
81+ Useful information here.
82+
83+ ??? note "Details"
84+ This text is initially folded.
85+
7586
7687## Code blocks
7788
78- ### Fenced code blocks (recommended)
89+ ``` python
90+ print (" hello" )
91+ ```
7992
8093``` bash
81- # Create and activate environment
82- mamba env create -f env/environment.yml
83- mamba activate gw-model-project
94+ echo " hello"
95+ ```
96+
97+ ``` md
98+ Use ` foo() ` to process values.
99+ ```
100+
101+ This is ==important text== you want to highlight.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ site_name: Project Docs
33
44theme :
55 name : readthedocs
6+ highlightjs : true
67 navigation_depth : 3
78 color_mode : dark
89
You can’t perform that action at this time.
0 commit comments