Method: Docwu::Post#parse_content
- Defined in:
- lib/docwu/post.rb
#parse_content ⇒ Object
解析正文
139 140 141 142 143 |
# File 'lib/docwu/post.rb', line 139 def parse_content _content = ::File.read(self.src) ::Docwu::Utils.parse_marked_content(_content) end |