Skip to content

Commit

Permalink
Fix broken README
Browse files Browse the repository at this point in the history
The layout was broken due to the use of ``` in the README code block.
I fixed the layout breaks by using ```` for the outermost code block.
  • Loading branch information
euglena1215 committed Oct 18, 2023
1 parent e9c468d commit 6a51b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Lint/Void:

You can use this tricks

```md
````md
# my_post.md

... some markdown ...
Expand All @@ -134,7 +134,7 @@ end of snippet
<span style="display:none;"># rubocop:enable all</span>

... continuation of article ...
```
````

## How it works?

Expand Down

0 comments on commit 6a51b5f

Please sign in to comment.