Skip to content

discussions Search Results · topic:community org:unifiedjs fork:true

93 results  (109 ms)

93 results

inunifiedjs (press backspace or delete to remove)

How can I convert markdown into a flowchart const file = await unified() .use(remarkParse) .use(remarkGfm) .use(remarkRehype) .use(rehypePrettyCode, { transformers: [ transformerCopyButton({ visibility: ...

Hey, not sure if this repo is the right place to post. Feel free to redirect me as you see fit. I am trying to override remark gfm s autolink feature. Looked into its source code and found that I basically ...

Heyo, I ve been working on a project to support some custom markdown syntax which will be rendered as a custom preact component. I ve done the steps in remark and the remarkRehype stages, so now I have ...

Hey all, Hopefully this is the right org for this question... Like the title says, is there a way to run a unified parser inside a web worker ? I am using Vite with React, if it helps. If I try to run ...

Hi there, I m the maintainer of Metalsmith.js, an SSG which uses Ware.js for its plugins. Ware.js is very, very similar to unified at the surface. Whilst browsing the Ware.js history, I noticed @wooorm ...

Hello, I am writing a remark plugin and decided to write some tests. In the plugin, I have some validation logic that, when failing, calls file.fail() with some context information. Problem is, it appears ...

Github s markdown renderer (which is not open source, a real shame) lets you start lists with whatever number you want: Demo - hello.md We can inspect and see the HTML looks like: ol start= 2 dir= ...

Hi guys, I ve found a weird bug after compiling unified along with remarks plugins in my Vue 3 + Vite project. I hope somebody who faces the same issue can find this post and maybe a permanent fix can ...

Howdy! I do a lot of work with ProseMirror, a rich text editing library. Recently I ve been working with some folks that are interested in serializing ProseMirror documents to Markdown, and I love the ...

@handlewithcare/remark-prosemirror I just published the first release of remark-prosemirror! It contains a remark plugin to convert markdown into a ProseMirror document, and an mdast utility to convert ...