Skip to content

Commit 2ea76c1

Browse files
committed
Fix markdown formatting
1 parent d0ac4ff commit 2ea76c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ echo "qwc2_plugins.md" >> src/references/.gitignore
2828
echo "* QWC2 Client" >> src/references/index.md
2929
echo "" >> src/references/index.md
3030
echo " - [Plugin reference](qwc2_plugins.md)" >> src/references/index.md
31+
echo "" >> src/references/index.md
3132
echo "* qwc-base-db" >> src/references/index.md
32-
echo " - [README](qwc-base-db_readme.md)" >> src/references/index.md
33+
echo "" >> src/references/index.md
34+
echo " - [README](qwc-base-db_readme.md)" >> src/references/index.md
3335
mkdir -p tmp
3436
echo "* Downloading schema versions..."
3537
if [ "$branch" == "2024-lts" ]; then

0 commit comments

Comments
 (0)