Skip to content

Commit

Permalink
Fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Mar 27, 2024
1 parent d0ac4ff commit 2ea76c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ echo "qwc2_plugins.md" >> src/references/.gitignore
echo "* QWC2 Client" >> src/references/index.md
echo "" >> src/references/index.md
echo " - [Plugin reference](qwc2_plugins.md)" >> src/references/index.md
echo "" >> src/references/index.md
echo "* qwc-base-db" >> src/references/index.md
echo " - [README](qwc-base-db_readme.md)" >> src/references/index.md
echo "" >> src/references/index.md
echo " - [README](qwc-base-db_readme.md)" >> src/references/index.md
mkdir -p tmp
echo "* Downloading schema versions..."
if [ "$branch" == "2024-lts" ]; then
Expand Down

0 comments on commit 2ea76c1

Please sign in to comment.