From c33c6a521325adafb250124d2814423b3a4187b5 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 22 Apr 2020 22:01:56 +0300 Subject: feat: change some texts in preview page --- src/index.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index c5e1989..4dd760b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,12 @@ import React, { useState, useRef } from 'react'; import ReactDOM from 'react-dom'; -import { makeStyles, TextField, Button } from '@material-ui/core'; +import { + makeStyles, + TextField, + Button, + Link, +} from '@material-ui/core'; import { Benzin, @@ -97,6 +102,11 @@ const LivePreviewPage: React.FC = ({ setLivePreviewData }) => {

Start typing and see your text rendered on the left window! + You can find the list of all Markdown features {' '} + + here + + . (some of them are yet in progress). We recommend starting with # Header.

@@ -131,7 +141,6 @@ const App: React.FC = () => { /* eslint-disable max-len */ `## Markdown\n [Markdown file](${url}) *(...${fileName})* that you can see on the left was parsed and rendered by **BENZIN**! :rocket:`, 'Switch between tabs on the header to explore other markdown templates. :recycle: ', - 'Currently **only core features** of markdown function.', 'Templates on the left are being loaded from the [GitHub](https://github.com), though this pane is generated from plaintext. :pen:', '## How do I use this feature?', '```', -- cgit v1.2.3