```js
<MarkedText>Plain text, no modifiers</MarkedText>
```

### Bold Text:
```js
<MarkedText bold>Bold text</MarkedText>
```

### Italic Text:
```js
<MarkedText italic>Italic text</MarkedText>
```

### Underlined Text:
```js
<MarkedText underline>Underlined text</MarkedText>
```
