Skip to content

Instantly share code, notes, and snippets.

View lokinmodar's full-sized avatar
🎯
Focusing

Dante Souza e Souza lokinmodar

🎯
Focusing
View GitHub Profile
@lokinmodar
lokinmodar / AnyTextProcessor
Created March 26, 2023 18:46
For ChatGPT evaluation
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/no-shadow */
import React, { createElement, Fragment, useEffect, useState } from 'react'
import ReactMarkdown from 'react-markdown'
import addClasses from 'rehype-add-classes'
import rehypeParse from 'rehype-parse'
import rehypeReact from 'rehype-react'
import remarkBreaks from 'remark-breaks'
import remarkGfm from 'remark-gfm'
import sass from 'sass'