Method: Docwu::Topic#parse_content
- Defined in:
- lib/docwu/topic.rb
#parse_content ⇒ Object
解析正文
75 76 77 78 79 |
# File 'lib/docwu/topic.rb', line 75 def parse_content _content = ::File.read(self.src) ::Docwu::Utils.parse_marked_content(_content) end |