Skip to content

2.0.3

Latest
Compare
Choose a tag to compare
@butthx butthx released this 23 Dec 05:16
· 2 commits to main since this release

Changelog:

• Add: Allows users to add language in pre-code when parse mode is markdown.

Installation:

  • Deno :
import { Parser } from "https://deno.land/x/tgsnake_parser@2.0.3/src/index.ts";
  • NodeJS :
npm i @tgsnake/parser
yarn add @tgsnake/parser