-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into add/1321-block-cl…
…asses
- Loading branch information
Showing
474 changed files
with
7,319 additions
and
1,860 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** | ||
* External dependencies | ||
*/ | ||
import ReactMarkdown from 'react-markdown'; | ||
import { storiesOf } from '@storybook/react'; | ||
import { withKnobs } from '@storybook/addon-knobs'; | ||
|
||
/** | ||
* Internal dependencies | ||
*/ | ||
import readme from '../../docs/design.md'; | ||
|
||
storiesOf( 'Gutenberg', module ) | ||
.addDecorator( withKnobs ) | ||
.add( 'Design', () => <ReactMarkdown source={ readme } /> ); |
This file contains 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
This file contains 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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Contributors | ||
|
||
Gutenberg is built by many contributors and volunteers. Thanks to all of them for their work! | ||
|
||
This list is manually curated to include valuable contributions by volunteers that do not include code, such as user testing, providing feedback, or mockups. Please edit this list to include new contributors as they come in. There is no particular order to this list. If you or someone else were omitted from this list, we assure you that was not intentional. Please let us know and we'll add you. | ||
|
||
- @youknowriad | ||
- @aduth | ||
- @jasmussen | ||
- @iseulde | ||
- @mtias | ||
- @nylen | ||
- @EphoxJames | ||
- @mkaz | ||
- @notnownikki | ||
- @BE-Webdesign | ||
- @njpanderson | ||
- @mimo84 | ||
- @intronic | ||
- @westonruter | ||
- @mcsf | ||
- @dmsnell | ||
- @afercia | ||
- @paulwilde | ||
- @mitogh | ||
- @codebykat | ||
- @ahmadawais | ||
- @kopepasah | ||
- @circlecube | ||
- @adamsilverstein | ||
- @timmyc | ||
- @ephox-mogran | ||
- @nb | ||
- @JDGrimes | ||
- @Soean | ||
- @mapk | ||
- @sirjonathan | ||
- @j-falk | ||
- @ryelle | ||
- @ntwb | ||
- @lamosty | ||
- @willybahuaud | ||
- @maurobringolf | ||
- @aaronjorbin | ||
- @spocke | ||
- @androb | ||
- @annaephox | ||
- @Afraithe | ||
- @georgeh | ||
- @m | ||
- @melchoyce | ||
- @pento | ||
- @karmatosed | ||
- @nitrajka | ||
- @sirreal | ||
- @inhil | ||
- @georgeolaru | ||
- @martinlugton | ||
- @joyously | ||
- @rileybrook | ||
- @azaozz | ||
- @folletto | ||
- @ianstewart | ||
- @johnpixle | ||
- @mrwweb | ||
- @diegoliv | ||
- @lukecav | ||
- @shaunandrews | ||
- @hugobaeta | ||
- @mizejewski |
Oops, something went wrong.
Operating system files should be ignored per-developer in their global
.gitignore
.