Open fushang318 opened 11 years ago
course_ware = CourseWare.create!({ :title => 'title', :desc => 'desc', :chapter => chapter, :creator => creator, :markdown => "markdown string" }, :as => :markdown )
course_ware.markdown = "markdown string" course_ware.save
course_ware.markdown
course_ware.markdown(:replace_outer_url => true)
创建
更新
获取原始内容
获取替换了外链图片的内容