import { Notice } from '@cerner/terra-docs';

<Notice variant="deprecation">

This component was created for this express purpose and caution should be used when exceeding those parameters. Go to [google](https://www.google.com) for more information.

* list
* content

*single asterisks* or _single underscores_, **double asterisks** or __double underscores__, **double asterisks & _single underscores_**, ~~Scratch this.~~

> Blockquotes are very handy in conversations to emulate reply text, or make something standout.

| Tables        | Are           | Cool |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

`Inline Code` highlighting for keywords and phrases that are `Very Important` and `Something Worth Calling Out`

Multiline Code block:
```jsx
var ExampleApplication = React.createClass({
  render: function() {
    var elapsed = Math.round(this.props.elapsed  / 100);
    var seconds = elapsed / 10 + (elapsed % 10 ? '' : '.0' );
    var message =
      'React has been successfully running for ' + seconds + ' seconds.';

    return <p>{message}</p>;
  }
});
```

Horizontal Rule:
***

</Notice>
