Skip to content

Commit

Permalink
fix: use html for rich-text links
Browse files Browse the repository at this point in the history
Works around issues in the Markdown parser

refs: espanso/espanso#2114
  • Loading branch information
reitzig committed Oct 29, 2024
1 parent 05d41a5 commit 2fc9bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nice-dev-refs/_manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "nice-dev-refs"
title: "Nice Developer References"
description: Takes URLs from the clipboard and pastes them as nice links
version: 0.25.0
version: 0.25.1
author: Raphael Reitzig
2 changes: 1 addition & 1 deletion nice-dev-refs/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ matches:
trim: true
# "Rich" reference to some URL from clipboard
- trigger: ":ref"
markdown: "[{{label}}]({{clipboard}})"
html: "<a href=\"{{clipboard}}\">{{label}}</a>"
vars:
- name: clipboard
type: clipboard
Expand Down

0 comments on commit 2fc9bc7

Please sign in to comment.