diff --git a/src/frontend/resources/posting-guidelines.md b/src/frontend/resources/posting-guidelines.md index 55f0884..e7b19c4 100644 --- a/src/frontend/resources/posting-guidelines.md +++ b/src/frontend/resources/posting-guidelines.md @@ -18,16 +18,14 @@ Paste the code with Discord formatting. ### Example: -````markdown ```cpp #include int main() { std::cout << "Hello World!"; return 0; -} +} ``` -```` ### 4. Add useful information