OLD | NEW |
1 prettify-element | 1 prettify-element |
2 =================== | 2 =================== |
3 | 3 |
4 See the [component page](http://polymer.github.io/prettify-element) for more inf
ormation. | 4 See the [component page](http://polymer.github.io/prettify-element) for more inf
ormation. |
5 | 5 |
6 prettify-import | 6 prettify-import |
7 ================== | 7 ================== |
8 | 8 |
9 Import files are a new invention, so libraries like [`prettify`](https://code.go
ogle.com/p/prettify/) do not yet provide them. | 9 Import files are a new invention, so libraries like [`prettify`](https://code.go
ogle.com/p/prettify/) do not yet provide them. |
10 | 10 |
11 `prettify-import` is an intermediary that provides an import file for the `prett
ify` component. | 11 `prettify-import` is an intermediary that provides an import file for the `prett
ify` component. |
12 `prettify-import` depends on `prettify`. | 12 `prettify-import` depends on `prettify`. |
13 | 13 |
14 Components that want to use `prettify` standalone should depend on `prettify-imp
ort`. Such components need not use Polymer or `prettify-element`, but we put th
e import and the element in one package for convenience. | 14 Components that want to use `prettify` standalone should depend on `prettify-imp
ort`. Such components need not use Polymer or `prettify-element`, but we put th
e import and the element in one package for convenience. |
OLD | NEW |