1
00:00:00,570 --> 00:00:04,590
In the tech sector, right before this one, you should have found a whole bunch of sites to copy paste

2
00:00:04,590 --> 00:00:06,570
into your text editor Nauseousness file.

3
00:00:07,050 --> 00:00:11,760
So now if we go back over to our editor and turn it into the editor mode, it looks like we've got a

4
00:00:11,760 --> 00:00:13,260
nice dark theme being applied.

5
00:00:13,890 --> 00:00:18,360
Now, we can still put in all kinds of different markdown syntax we want, and it appears that everything

6
00:00:18,360 --> 00:00:19,690
is being styled appropriately.

7
00:00:20,460 --> 00:00:21,930
Well, I'd say that this looks pretty good.

8
00:00:23,070 --> 00:00:28,200
The last big thing we probably have to do here is to wire up some state to our component and make sure

9
00:00:28,200 --> 00:00:33,210
that once a user changes something inside the editor, we also display that inside the markdown preview

10
00:00:33,210 --> 00:00:33,930
window as well.

11
00:00:33,960 --> 00:00:39,600
Once a user starts toggling between the two, as you just saw right now, if I put something in and

12
00:00:39,600 --> 00:00:39,900
then.

13
00:00:40,950 --> 00:00:42,300
Go back over to preview mode.

14
00:00:42,450 --> 00:00:46,440
It just gets reset back to heter, there's still just a little bit of work to take care of.

15
00:00:47,100 --> 00:00:49,710
Well, let's start thinking about handling states in the next video.

