From 93eccaa7884e103a8dbee47da402113c3294ba5b Mon Sep 17 00:00:00 2001 From: Nina <44364127+ninadicara@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:45:09 +0000 Subject: [PATCH] Fix numbering formatting --- site/how_to/howto-add-writeups.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/how_to/howto-add-writeups.md b/site/how_to/howto-add-writeups.md index 16f9da71..8454b74f 100644 --- a/site/how_to/howto-add-writeups.md +++ b/site/how_to/howto-add-writeups.md @@ -15,8 +15,9 @@ category: Write Up tags: a category, another --- ``` -So, multiple authors are separated by a comma, so are tags. +So, multiple authors are separated by a comma, so are tags. + 5. IMPORTANT: to save, scroll down the the bottom and choose the "Create a new branch for this commit and start a pull request" option (this is not the default). Name the new branch something relating to the write up, e.g. "PrivateSpies", then click "Propose New File". 6. You will be taken automatically to create a pull request. Write in any things that you'd like any particular feedback on, in the comments. You can also add reviewers here. 7. Lastly, you can now also update the main list of meetings and write ups. This is in `contents>join_in>join_in.md`. Move the first line of the table under `Upcoming Meetings` to be the first line of the lower table `Past Meetings`. You need to add one column to the row, which you do by adding a `|` symbol to the end of the row. You can then write something like "Read the write up" and link to the write up you have just created using the link `../write_ups/YYYY_MM_DD_writeup`. Commit this change to your branch again like you did in Step 6. -8. All done! \ No newline at end of file +8. All done!