From f5074904e5450cace61f71a018eede4d59e49f23 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Sat, 22 Mar 2025 00:49:30 -0400 Subject: [PATCH] fix: code block syntax (2nd attempt) --- .github/workflows/integration-test.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 054ec18..ef4704a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -33,14 +33,6 @@ jobs: 2. Second item 3. Third item - ### Code Blocks - - ``` - def hello_contributor(): - print("Thanks for contributing!") - return "We appreciate your help!" - ``` - ### Blockquotes > This is a blockquote to demonstrate markdown formatting > It can span multiple lines @@ -82,15 +74,6 @@ jobs: ### Links [Visit Request Network](https://request.network/) - ### Code Block Example - - ``` - function testFunction() { - console.log("Testing code blocks"); - return true; - } - ``` - ### Table Example | Feature | Status | |---------|--------| @@ -128,12 +111,6 @@ jobs: Click to see more information This is a collapsed section containing additional information that's hidden by default. - - ``` - test: - name: Integration test - runs-on: ubuntu-latest - ``` ### Image Reference