From 0fb3aaec8e80a0277e50af74d9abb8680c979ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=92=AA=E6=81=90=E6=85=8C?= <30993222+kitty-panics@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:48:47 -0500 Subject: [Doc]: Correct Markdown syntax errors. (#22511) --- docs/newbs_building_firmware_workflow.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/newbs_building_firmware_workflow.md') diff --git a/docs/newbs_building_firmware_workflow.md b/docs/newbs_building_firmware_workflow.md index e0cfdc77df..a3cc53ad86 100644 --- a/docs/newbs_building_firmware_workflow.md +++ b/docs/newbs_building_firmware_workflow.md @@ -143,13 +143,13 @@ Replace `username.json` with the JSON file name that was downloaded from [QMK Co If you have completed all steps correctly, the folder `qmk_keymap/` will contain the following files: ``` -|-- .github -| `-- workflows -| `-- build.yml -|-- rules.mk -|-- config.h -|-- source.c -|-- username.json +├── .github +│   └── workflows +│   └── build.yml +├── rules.mk +├── config.h +├── source.c +└── username.json ``` To commit and push them into GitHub, run the following commands (replacing `gh-username` with your GitHub user name): -- cgit v1.2.3