Skip to content

Releases: azu/markdown-function

v2.0.0

Choose a tag to compare

@azu azu released this 16 Jan 03:05
4704876

What's Changed

Breaking Changes

  • refactor: migrate to dual package by @azu in #4

CI

  • CI: update ubuntu-18.04 to ubuntu-latest by @azu in #2

Full Changelog: v1.1.1...v2.0.0

v1.1.1

Choose a tag to compare

@azu azu released this 13 Oct 11:35

Bug Fixes

v1.1.0

Choose a tag to compare

@azu azu released this 13 Oct 11:33

Features

trusted function prevent the escaping by markdown-function

import { mdLink, trusted } from "markdown-function"
const markdown = `## ${mdLink({ text: trusted("**TITLE**"), url: "https://example.com" })};
console.log(markdown); // => "## [**TITLE**](https://example.com)

v1.0.2

Choose a tag to compare

@azu azu released this 30 Jan 06:28

Bug Fixes

  • no handlong invalid url (e800ce0)

v1.0.1

Choose a tag to compare

@azu azu released this 17 Jan 13:40

Features