From 305aa5fd1d534adbdaad4bc6c1b859398e1b4550 Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 20 Oct 2023 23:36:08 +0200 Subject: [PATCH 1/3] Testing some readme formatting --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e07ff83..8f8c447 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,22 @@ A simple forum written in Rust and Typescript. ## Structure - `server`: Contains the web server code -- `client`: Contains the frontend client -- `client-solid`: Contains the frontend client written in SolidJS (WIP) +- `client-solid`: Contains the frontend client written in SolidJS ## Setup - Install [Rust](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/) - Install [Just](https://just.systems/man/en/) and [Podman](https://podman.io/) (optional but recommended) +> [!NOTE] +> Some info + +> [!IMPORTANT] +> Some important info + +> [!WARNING] +> Some very important info + ## Running the project There are two ways to run this project. The simple way and the manual way. From 99fe5dcaccea5d1467e40d7a08cc5b477e4d5a2b Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 20 Oct 2023 23:36:08 +0200 Subject: [PATCH 2/3] Testing some readme formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e07ff83..b972c0a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ A simple forum written in Rust and Typescript. ## Structure - `server`: Contains the web server code -- `client`: Contains the frontend client -- `client-solid`: Contains the frontend client written in SolidJS (WIP) +- `client-solid`: Contains the frontend client written in SolidJS ## Setup From f592458b0fdcf9921b0e491028c5bcb5741f8dcf Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 20 Oct 2023 23:42:24 +0200 Subject: [PATCH 3/3] Formatting didnt work --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 8f8c447..b972c0a 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,6 @@ A simple forum written in Rust and Typescript. - Install [Rust](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/) - Install [Just](https://just.systems/man/en/) and [Podman](https://podman.io/) (optional but recommended) -> [!NOTE] -> Some info - -> [!IMPORTANT] -> Some important info - -> [!WARNING] -> Some very important info - ## Running the project There are two ways to run this project. The simple way and the manual way.