- Amsterdam, NL
- wooorm.com
- @wooorm
Highlights
- 231 discussions answered
Block or Report
Block or report wooorm
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
micromark/micromark Public
the smallest commonmark (optionally gfm) compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
-
unifiedjs/unified Public
☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees -
remarkjs/remark Public
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
-
retextjs/retext Public
natural language processor powered by plugins part of the @unifiedjs collective
-
rehypejs/rehype Public
HTML processor powered by plugins part of the @unifiedjs collective
-
6,993 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 66 commits in 19 repositories
Created a pull request in mdx-js/mdx that received 3 comments
Opened 1 other pull request in 1 repository
mdx-js/mdx
1
merged
Reviewed 106 pull requests in 86 repositories
inikulin/parse5
11 pull requests
-
refactor: Remove
getNextTokenmethod -
fix(package): Allow deep imports from
parse5 - feat(parser): Align foreign content with spec
- feat(parser): Support search element
- chore(test): Make it possible to ignore tests
- docs: Introduce Typedoc
- refactor: Make location info parser tests work
- refactor: Improve code quality
-
fix(serializer): Serialize void elements as
"" - fix(tokenizer): Drop chunks after emitting tokens
- fix(tokenizer): No parse error on attribute quirk
unifiedjs/unified-language-server
5 pull requests
mdx-js/mdx
4 pull requests
remarkjs/remark-lint
3 pull requests
syntax-tree/unist-util-position
2 pull requests
syntax-tree/mdast-util-gfm
1 pull request
unifiedjs/rfcs
1 pull request
remarkjs/react-markdown
1 pull request
prettier/prettier
1 pull request
wooorm/xdm
1 pull request
unifiedjs/unified
1 pull request
mdx-js/.github
1 pull request
remarkjs/remark-validate-links
1 pull request
babel/babel
1 pull request
syntax-tree/unist-util-visit
1 pull request
syntax-tree/xast-util-from-xml
1 pull request
syntax-tree/hast-util-find-and-replace
1 pull request
syntax-tree/estree-util-build-jsx
1 pull request
syntax-tree/hast-util-to-parse5
1 pull request
syntax-tree/mdast-util-find-and-replace
1 pull request
syntax-tree/hast-util-from-parse5
1 pull request
syntax-tree/hast-to-hyperscript
1 pull request
syntax-tree/unist-util-visit-children
1 pull request
syntax-tree/unist-builder
1 pull request
syntax-tree/unist-util-generated
1 pull request
Created an issue in sindresorhus/eslint-plugin-unicorn that received 1 comment
relative-url-style turns './' into '', which breaks things
The JavaScript code: [new URL('./', 'https://example.com/a/b/c.html').href, new URL('.', 'https://example.com/a/b/c.html').href, new URL('', 'http…
