Skip to content

Commit

Permalink
fix: Fixed a minor in CHANGELOG and added one small test (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
shd101wyy committed Mar 10, 2024
1 parent 99ff644 commit 047358e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ Please visit https://github.com/shd101wyy/vscode-markdown-preview-enhanced/relea

## [Unreleased]

## [0.9.8] - 2024-3-10
## [0.9.8] - 2024-03-10

### New features

Expand Down
3 changes: 3 additions & 0 deletions test/markdown/test-files/test7.expect.md
@@ -0,0 +1,3 @@
# How are you {#how-are-you data-source-line="1"}

#tag shouldn't be header
3 changes: 3 additions & 0 deletions test/markdown/test-files/test7.md
@@ -0,0 +1,3 @@
# How are you

#tag shouldn't be header

0 comments on commit 047358e

Please sign in to comment.