How to repost CSDN blog articles and CSDN blog articles quickly
Preface
?? For those who like CSDN, reading others' blogs can indeed improve their own performance. Sometimes they can see a particularly good blog that they want to repost and download, but they cannot repeat it in one word, at this time, we want to quickly repost others' blogs and move others' blogs to our own space. Of course, some people will say that we can add blogs to favorites, so we don't need to repost them. (⊙ o ⊙ )... Yes, too ..
Implementation
?? Because I didn't know how to repost it when I wanted to reprint it, I wrote the method after I learned it, help those who want to repost but do not know how to repost it (please do not laugh ).
?? First, open the blog to be reprinted, and right-click it to display the following menu:
?? Click review elements to view the code on the current HTML page, as shown below:
?? Select "article_content" and we can see from the left side of the image that the Blog content has been selected, that is, the content we want to reprint. Right-click the content and the following menu will appear:
?? Select Copy as HTML to Copy the content to be reproduced, and paste it next.
?? Let's create an article first and open the markdown Editor (because I didn't find a method in the General Editor/(ㄒ o compiler )/~~), Paste the following content:
?? You can see on the right that the Blog content has been reposted and published.
?? At last, we should pay special attention to choosing [reprinted] to respect originality !!
Summary
?? I was worried that I didn't know how to repost it, so I hope this article can help others. Although it may be just a simple content, it may be hard for new users to know, -> for example, I/(ㄒ o workflow )/~~