Sha256: 17ce3c0f9fb2b6b9bb2087326ee8089546866079786d9911bbe3c145fe0bdf07

Contents?: true

Size: 179 Bytes

Versions: 16

Compression:

Stored size: 179 Bytes

Contents

module Marksmith
  class MarkdownPreviewsController < ApplicationController
    def create
      @body = Marksmith::Renderer.new.renderer.render(params[:body])
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
marksmith-0.1.3 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.1.2 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.1.1 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.1.0 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.16 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.15 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.13 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.12 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.11 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.10 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.9 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.8 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.7 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.6 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.5 app/controllers/marksmith/markdown_previews_controller.rb
marksmith-0.0.4 app/controllers/marksmith/markdown_previews_controller.rb