surround file structure in code block

This commit is contained in:
shobu 2025-09-11 05:08:43 +02:00
parent fa16b4c371
commit 438582a21b

View File

@ -3,11 +3,13 @@
a collection of article posted on linkedin using markdown and presenterm a collection of article posted on linkedin using markdown and presenterm
## File structure ## File structure
```
src/ src/
configs/: Base configuration for presenterm configs/: Base configuration for presenterm
posts/: Posts, organized by topic posts/: Posts, organized by topic
scripts/: Scripts used by the build process scripts/: Scripts used by the build process
Makefile: Makefile used by the build process Makefile: Makefile used by the build process
```
## Usage ## Usage
### With nix ### With nix