/* eslint-disable max-len */ import React from 'react'; import PropTypes from 'prop-types'; import { withTranslation } from 'react-i18next'; class Cheatsheet extends React.Component { render() { const { t } = this.props; return (
# {t('sandbox.header_x', { index: '1' })}## {t('sandbox.header_x', { index: '2' })}### {t('sandbox.header_x', { index: '3' })}[{t('sandbox.empty_line')}]{t('sandbox.block_detail')}
[ ][ ] {t('sandbox.line_break_detail')}
|Left | Mid | Right|
|:----------|:---------:|----------:|
|col 1 | col 2 | col 3|
|col 1 | col 2 | col 3|
 {t('sandbox.insert_image')}