Porządkowanie kodu, dodanie sekcji wyszukiwania kanałów
This commit is contained in:
@@ -46,7 +46,6 @@ export default function FuzMarkdown({ text, ctx = {} }) {
|
||||
|
||||
let processed = applyShortcodes(text, ctx);
|
||||
|
||||
// Konwersja kinków na modal linki
|
||||
processed = processed.replace(
|
||||
/\[([^\]]+)\]\(#([^) "]+)(?:\s+"([^"]+)")?\)/g,
|
||||
(match, label, modalId, title) => {
|
||||
|
||||
Reference in New Issue
Block a user