A viewer for an article's abstract, with some formatting and sections.

```js
const value = faker.lorem.sentence(200)
;<AbstractViewer value={value} />
```
