Page not found.
+Paste a bash script — see what ShellSyntaxTree parses out. Everything runs in your browser; nothing is sent anywhere.
+@_mermaidSource+ } + else if (_tab == Tab.Ast) + { +
@_astText+ } + else + { + @if (_unparseableLines.Count == 0) + { +
@line.Source — @(line.Reason ?? "no reason given")Mermaid render error: ' + (e.message || e) + ''; + } + }, + copyText: async function (text) { + try { + await navigator.clipboard.writeText(text); + return true; + } catch (e) { + return false; + } + } +};