From 3d629bf157d58438b25bb69a390f5a33fc4ab3e6 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Tue, 31 Dec 2019 00:01:51 -0500 Subject: [PATCH] add at sign to link ending characters --- lib/fast_textile/lexer.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fast_textile/lexer.ex b/lib/fast_textile/lexer.ex index f2ea08f7..9c8c4544 100644 --- a/lib/fast_textile/lexer.ex +++ b/lib/fast_textile/lexer.ex @@ -27,7 +27,7 @@ defmodule FastTextile.Lexer do |> unwrap_and_tag(:newline) link_ending_characters = - utf8_char('#$%&(),.:;<=?\\`|\'') + utf8_char('@#$%&(),.:;<=?\\`|\'') bracket_link_ending_characters = utf8_char('" []')