import React, { Fragment, useState } from 'react' import { Button, Card, Col, Modal, Row, Table } from 'react-bootstrap' import { Trans, useTranslation } from 'react-i18next' import { ForkAwesomeIcon } from '../../common/fork-awesome/fork-awesome-icon' import { TranslatedExternalLink } from '../../common/links/translated-external-link' export const HelpButton: React.FC = () => { const { t } = useTranslation() const [show, setShow] = useState(false) const handleShow = () => setShow(true) const handleClose = () => setShow(false) return (

# 
- 
1. 
- [ ] 
{'>'} 
****
**
~~~~
19th
19^th^
H2O
H~2~O
++++
====
[link text](https://example.com)
![image alt](https:// "title")
``
                              
                                
var x = 5;
```javascript
var x = 5;
```
:smile:
:smile:
Extern
{'{'}%youtube youtube_id %{'}'}
LaTeX
$L^aT_eX$

:::info

:::
) }