Skip to content

Releases: azu/markdown-function

v2.0.0

16 Jan 03:05
@azu azu
4704876
Compare
Choose a tag to compare

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

13 Oct 11:35
@azu azu
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

13 Oct 11:33
@azu azu
Compare
Choose a tag to compare

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

30 Jan 06:28
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • no handlong invalid url (e800ce0)

v1.0.1

17 Jan 13:40
@azu azu
Compare
Choose a tag to compare

Features