Convert HTML to Markdown
I tried a few website to convert HTML to Markdown, only Convert HTML to Markdown works well, others stopped half way, or could not convert table correctly.
I tried a few website to convert HTML to Markdown, only Convert HTML to Markdown works well, others stopped half way, or could not convert table correctly.
Without limiting the height of blog entry in blog list, the blog list page displays whole blog document.
To limit the height, add following code in Appearance -> Customize -> Additional CSS
.wpbstarter-blog-list .entry-content {
height: 200px;
overflow: auto;
}