Use MWeb to write and publish to the blog garden

There has never been a handy writing tool. The blog park's own markdown writing tool is too difficult to use, so it was forced to look for the markdown writing tool and finally entered the MWeb.
The following are the problems encountered when using MWeb to create in the blog garden.
Finally, there will be examples of style display using MWeb.

The third-party graph bed cannot use the graph bed that comes with the blog garden because of MWeb.

Figure bed preparation

Use uPic to upload to Picture Bed, uPic is a free and powerful picture bed tool.
uPic download address

I chose to use the code cloud as the map bed here. The specific configuration can be filled in when configuring the map bed after downloading. If you do n’t know how to fill it, you can ask me.

DEIS

The above picture is generated by uPic upload.

Basic style examples

Code example

<?php
$html = file_get_contents('regex.html');
preg_match_all('#https://www\.zhihu\.com/question/(\d+)#', $html, $qids);
print_r($qids);

Table example

Table 1 Table 2 Table 3
content

arlFj5
FMnqQO

The writing style is also better. As shown in the picture above, click the form button again to return to this window.

Quote

Mencius said: do not sleep at noon, collapse in the afternoon. Confucius said: Mencius was right


Overall, I am very satisfied, but the preview button has been swaying. I do n’t know what the reason is. It may be crazy rendering the page, so you can click the toolbar chart to turn off the preview button when writing, or use cmd + 4. shut down
g8RsoW

Post to Blog Park

Add permissions to the blog garden settings.
mB7H1r

Set up the selected publishing service, select MetaBlogAPI to
fill in your information

After finishing writing, click the menu bar> Publish> [your blog name]

Guess you like

Origin www.cnblogs.com/wudanyang/p/mweb-cnblog.html