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