-
Notifications
You must be signed in to change notification settings - Fork 20
Add organization profile #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update profile
- Loading branch information
commit e91db592ab7005a41f1059c8f16b86483a33ae4d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,28 +1,65 @@ | ||
| . | ||
| # ![remark][logo] | ||
|
|
||
| **remark** is a popular tool that transforms markdown with plugins. | ||
| **remark** is a popular free and open source tool that transforms markdown with | ||
| plugins. | ||
| These plugins can inspect and change your markup. | ||
|
|
||
| #### Markdown | ||
|
|
||
| Markdown is a markup language that often feels more natural to type than HTML. | ||
| It typically looks more like what’s intended and is terser. | ||
|
|
||
| * we follow [CommonMark][] by default (GFM with [`remark-gfm`][remark-gfm], | ||
| MDX with [`remark-mdx`][remark-mdx]) | ||
| * to learn markdown, see this [cheatsheet and tutorial][cheat] | ||
|
|
||
| #### Quick links | ||
|
|
||
| * we use [`micromark`][micromark] for parsing and [mdast][] as the syntax tree | ||
| * to find plugins, see [`awesome-remark`][awesome], the | ||
| [list of plugins][plugins], and the [`remark-plugin` topic][topic] | ||
| * for more about us, see [`unifiedjs.com`][site] | ||
| * for updates, see [Twitter][] | ||
|
|
||
| #### Get involved | ||
|
|
||
| > 👉 **Note**: By interacting with this organization or community you agree to | ||
| > abide by our [code of conduct][coc]. | ||
|
|
||
| * for questions, see [support][] | ||
| * to help, see [contribute][] | ||
| * to find plugins, see [awesome-remark][awesome], the | ||
| [list of plugins][plugins], and the [`remark-plugin` topic][topic] | ||
| * to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs] | ||
|
|
||
| [cheat]: https://commonmark.org/help/ | ||
| [logo]: https://raw.githubusercontent.com/remarkjs/remark/1f338e72/logo.svg?sanitize=true | ||
|
|
||
| [twitter]: https://twitter.com/unifiedjs | ||
| [commonmark]: https://commonmark.org | ||
|
|
||
| [site]: https://unifiedjs.com | ||
| [remark-gfm]: https://github.com/remarkjs/remark-gfm | ||
|
|
||
| [support]: ../support.md | ||
| [remark-mdx]: https://github.com/mdx-js/mdx/tree/main/packages/remark-mdx | ||
|
|
||
| [contribute]: ../contributing.md | ||
| [cheat]: https://commonmark.org/help/ | ||
|
|
||
| [micromark]: https://github.com/micromark/micromark | ||
|
|
||
| [mdast]: https://github.com/syntax-tree/mdast | ||
|
|
||
| [awesome]: https://github.com/remarkjs/awesome | ||
|
|
||
| [plugins]: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins | ||
|
|
||
| [topic]: https://github.com/topics/remark-plugin | ||
|
|
||
| [site]: https://unifiedjs.com | ||
|
|
||
| [twitter]: https://twitter.com/unifiedjs | ||
|
|
||
| [coc]: ../code-of-conduct.md | ||
|
|
||
| [support]: ../support.md | ||
|
|
||
| [contribute]: ../contributing.md | ||
|
|
||
| [oc]: https://opencollective.com/unified | ||
|
|
||
| [ghs]: https://github.com/sponsors/unifiedjs | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.