From aa3032f1074106a3472a8e8b25b0395ea2a52eb1 Mon Sep 17 00:00:00 2001 From: how Date: Wed, 14 Nov 2018 11:48:24 +0100 Subject: v0.1.0 --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin.rb') diff --git a/plugin.rb b/plugin.rb index e0cbd8d..32b1303 100644 --- a/plugin.rb +++ b/plugin.rb @@ -6,8 +6,8 @@ class Onebox::Engine::CodimdOnebox include Onebox::Engine - #we only want to match for a specific codimd domain - matches_regexp /pad.libreho.st/ + # we only want to match for a specific codimd domain + matches_regexp %r{\Ahttps://pad\.libreho\.st/} def to_html "
Goto this Pad" -- cgit v1.2.3