{match[1]});
+ lastIndex = match.index + match[0].length;
+ }
+ if (lastIndex < text.length) {
+ parts.push(text.slice(lastIndex));
+ }
+ return <>{parts}>;
+ };
+
+ const flushList = () => {
+ if (listBuffer.length > 0) {
+ elements.push(
+ {renderTextWithCode(line)}
); + } + }); + + flushList(); + return <>{elements}>; + }; + + if (loading) returnLoading…
; + if (error) return{error}
; + + return ( +{siteConfig.tagline}