Skip to content

Commit

Permalink
Merge pull request #21 from piyoppi/fix-readme
Browse files Browse the repository at this point in the history
Fix the name of the <marker> in the README
  • Loading branch information
piyoppi authored Nov 10, 2024
2 parents 6d92954 + bb97764 commit add95e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Source code enclosed in `time-limited` tags is removed after the specified time.
</html>
```

### `marker`
### `removal-marker`

If the command line argument `--removal-marker-target-name` is specified, tags whose name attribute matches the value of the argument are targeted for deletion.

Expand All @@ -174,12 +174,12 @@ chiritori --filename=./samples/sample-code.js --removal-marker-target-name="feat
<html>
<body>
<h1>Hello World</h1>
<!-- <marker name="Feature1"> -->
<!-- <removal-marker name="Feature1"> -->
<p>Feature 1 will be released soon.</p>
<!-- </marker> -->
<!-- <marker name="Feature2"> -->
<!-- </removal-marker> -->
<!-- <removal-marker name="Feature2"> -->
<p>Feature 2 will be released soon.</p>
<!-- </marker> -->
<!-- </removal-marker> -->
</body>
</html>
```
Expand Down

0 comments on commit add95e1

Please sign in to comment.