jekyll是通过正则将
---
layout: post
---
#content
some words.....
将文章内容读出来吗?(即读取markdown文件,将首个匹配到的`---任何字符---`去掉?
请问这个正则要怎么写囧,想了半天没想到……Orz
---
layout: post
---
#content
some words.....
将文章内容读出来吗?(即读取markdown文件,将首个匹配到的`---任何字符---`去掉?
请问这个正则要怎么写囧,想了半天没想到……Orz