11 Commits

Author SHA1 Message Date
Matt Stow
a5778de6b9 Fixed bold text in differences (#1353) 2019-06-13 09:51:26 -07:00
Michael Rawlings
1b7659f3fe
Modernize docs (#1260)
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
2019-02-14 15:09:18 -08:00
Dylan Piercey
59ce9e8f07
Update <for> to use tag params and add migration (#1238) 2019-02-07 11:53:59 -08:00
Dylan Piercey
24753a7674
Upgrade <await> tag to use tag parameters and attribute tags. Add migration from old syntax. (#1244) 2019-02-07 11:50:49 -08:00
Michael Rawlings
a78c54d25e
fix formatting, ignore ~* when formatting 2018-06-24 17:55:36 -07:00
Dustin Brown
2d307739df Improve parity between React and Marko example (#1037)
* improve parity between React and Marko example

There was some unnecessary cruft in the opening React example. This simplifies it to make it more in line with the Marko example.

* fix broken React example

The example I gave didn't work. I've fixed it and changed `var` use to `const` and `let`.
2018-06-22 09:43:56 -04:00
Austin Kelleher
d9805d0e28 Update prettier (#1062)
* update prettier
* format files with new version of prettier
2018-06-21 10:40:44 -07:00
Michael Rawlings
0f5e639775 Format + lint (#1016)
* add prettierignore

* switch to eslint:recommended + eslint-config-prettier

* fix eslint violations

* remove more .jshintrc files

* better conditional structure

* add prettier and update prettier ignore

* add precommit hook to run prettier

* add lint check to precommit and format check to ci

* format all the things

* add generated files

* let npm do it's thing with package.json
2018-03-09 10:02:11 -08:00
Austin Kelleher
1214954c9d Change pixels to percent in doc images. 2017-06-08 10:53:38 -04:00
Anthony Ng
fe094a4cc2 Clean up marko-vs-react.md
Fix up dangling backtick.

Include missing code snippet.
2017-05-31 18:51:30 -04:00
Austin Kelleher
41707ddb66 Add articles section to docs. 2017-05-25 13:48:37 -07:00