【提问】如何实现标题居中?

用CSS Snippets就可以了:

/* preview */
h1 {
  text-align: center;
}

/* source */
.HyperMD-header-1 {
  text-align: center;
}
2 个赞