Skip to content

Commit 2cf8b9b

Browse files
committed
test
1 parent 19839b2 commit 2cf8b9b

3 files changed

Lines changed: 24 additions & 12 deletions

File tree

docs/example.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

docs/test.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ site_name: Project Docs
33

44
theme:
55
name: readthedocs
6+
highlightjs: true
67
navigation_depth: 3
78
color_mode: dark
89

0 commit comments

Comments
 (0)