2023-12-17, 10:49 AM
[ur= bbcodes work, but you have to extra work. add URL and file title.
anyways I figure it out. here is the mycode
anyways I figure it out. here is the mycode
regular expression
\[link](https?://[^\]]+/([^/]+?))\[/link]
replace with
<a href="$1">$2</a>