bytemd icon indicating copy to clipboard operation
bytemd copied to clipboard

ByteMD v1 repository

Results 44 bytemd issues
Sort by recently updated
recently updated
newest added

能不能把编辑器的实例抛出来 方便我们能更好的自定义编辑器 另外 这个项目还有人在维护吗?

原因是const selectFiles = require("select-files").default;需要加default

如下: ``` **加粗内容:** // 会出现无法解析的问题 **加粗内容:** // 会出现无法解析的问题 **加粗内容** // 可以正常解析 ``` 测试路径: https://bytemd.js.org/playground/

大佬你们的vue的环境都是哪些呀,我这边下载mermaid和mathssr都报错,Module parse failed: Unexpected token (6:12333) You may need an appropriate,然后上传图片功能报selectFiles is not a function at Object.click (index.js?3a32:13082)错误,我想问下咱的环境是哪个版本,应该是版本不适配的问题,谢谢啦

Stale

我需要自定义一个 图片展现的功能,但是没发现有可供参考的文档。这个开源项目还有在支持吗? 如果在支持,能否提供公网能访问的开发手册与说明?

![image](https://github.com/bytedance/bytemd/assets/68955959/3b1660be-377f-431c-86b8-9967a2885fb9) 的解析结果是 ![image](https://github.com/bytedance/bytemd/assets/68955959/b0d75346-5798-4342-963d-3e6e58d52933) 正确的解析结果应该是 ![image](https://github.com/bytedance/bytemd/assets/68955959/274833b1-e97f-4d49-b7ef-bd0037f24971)

Using the svelte field in package.json to point at .svelte source files is deprecated, please see this: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

Do you guys think it would be possible to use a web worker to not block the main thread? The issue with a very long amount of markdown to parse...

```ts /** * ByteMD plugin to show the code block with shiki * @param options The options for shiki */ export function shikiPlugin(options?: CodeToHastOptions): BytemdPlugin { return { viewerEffect({ markdownBody...