Skip to content

Commit

Permalink
fix: fix broken link in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
illyakurochkin committed Dec 30, 2023
1 parent 2d81c5b commit 06a4e5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Problem Description 🚨
Using Telegram Bot API with Markdown V2 requires valid markdown conforming to Telegram's specifications. Invalid markdown input can lead to message failures or display errors. This library preprocesses markdown input, converting it to a valid format by escaping all inappropriate characters while preserving valid markdown elements.

## [Live Demo 👀](https://illyakurochkin.github.io/telegram-markdown-sanitizer/demo/)
## [Live Demo 👀](https://illyakurochkin.github.io/telegram-markdown-sanitizer/demo)

## Installation 💻

Expand Down
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ <h2 class='pb-1 font-bold text-lg font-mono'>Output:</h2>
<div id='output' role='button' class='transition duration-300 flex-1 overflow-auto bg-[#defff244] rounded-md font-mono p-[12px] border-[8px] border-[#defff200] text-left p-0'></div>
</div>
</div>
<p class='absolute bottom-3 right-3 font-mono text-sm'>v0.0.10</p>
<p class='absolute bottom-3 right-3 font-mono text-sm'>v0.0.11</p>
</div>


<script src='https://cdn.tailwindcss.com'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected].10/dist/bundle.browser.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected].11/dist/bundle.browser.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jsdiff/5.1.0/diff.min.js'></script>

<script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegram-markdown-sanitizer",
"version": "0.0.10",
"version": "0.0.11",
"description": "Telegram markdown sanitizer",
"keywords": ["telegram", "markdown"],
"main": "dist/index.js",
Expand Down

0 comments on commit 06a4e5e

Please sign in to comment.