/* eslint-disable max-len */ import React from 'react'; import PropTypes from 'prop-types'; import { translate } 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')}
 {t('sandbox.insert_image')}