From db9d7169a7b0ced67c5f89376c85da50782b7ec1 Mon Sep 17 00:00:00 2001 From: j4nk Date: Sun, 9 Jul 2023 18:14:06 -0400 Subject: [PATCH] Fixed issue with parentheses --- md4tj.el | 2 +- test_file.html | 6 +++++- test_file.md4tj | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/md4tj.el b/md4tj.el index dd28e43..465212a 100644 --- a/md4tj.el +++ b/md4tj.el @@ -45,7 +45,7 @@ "\\1" ;; Then links (replace-regexp-in-string - "\\[\\([^\\[]*\\)](\\([^\\[]*\\))" + "\\[\\([^\\[]*\\)](\\([^\\(]*\\)?)" (concat (md4tj-begin-tag "a" (list '("href" "\\2"))) "\\1" (md4tj-end-tag "a")) ;; Then images (replace-regexp-in-string diff --git a/test_file.html b/test_file.html index b9a6cd9..3c066c6 100644 --- a/test_file.html +++ b/test_file.html @@ -75,6 +75,10 @@ int main() {

This is a div that has monospace text.

-

Last updated: Wed Jun 7 10:10:53 2023

+

Last updated: Sun Jul 9 18:12:44 2023

+ +
+ +

The R-Box Podcast - A bunch of my childhood friends decided to band up and create a podcast while they were living together. This is the result, basically a distillation of our inside jokes and humor in three glorous episodes. I don't talk to these guys much anymore, but as far as I can tell it's never coming back. Probably only funny to people who know them personally (like me), but who knows? I recorded an episode with them as a guest a while back when I was back in town, but I guess I was such a terrible guest they didn't bother uploading it.

\ No newline at end of file diff --git a/test_file.md4tj b/test_file.md4tj index 05b279f..db5f1db 100644 --- a/test_file.md4tj +++ b/test_file.md4tj @@ -30,4 +30,6 @@ $$e^{i \pi} + 1 = 0$$ @@DIV monospace-text This is a div that has monospace text. @@ENDDIV -@@LASTUPDATED \ No newline at end of file +@@LASTUPDATED + +[The R-Box Podcast](https://www.youtube.com/@ther-boxpodcast8099/) - A bunch of my childhood friends decided to band up and create a podcast while they were living together. This is the result, basically a distillation of our inside jokes and humor in three glorous episodes. I don't talk to these guys much anymore, but as far as I can tell it's never coming back. Probably only funny to people who know them personally (like me), but who knows? I recorded an episode with them as a guest a while back when I was back in town, but I guess I was such a terrible guest they didn't bother uploading it. \ No newline at end of file