How to get a lager page width in both editing mode and preview mode?

Oh, I find a solution at:

the code looks like the following:

.markdown-source-view, .markdown-preview-view {
max-width: 900px;
margin: auto;
}
12 Likes