mirror of
https://github.com/danbee/administrate-field-markdown
synced 2025-03-04 08:39:06 +00:00
Fix readme
This commit is contained in:
parent
6eea8ca810
commit
c3c0cfb3f2
@ -1,5 +1,5 @@
|
|||||||
# Administrate::Field::Color
|
# Administrate::Field::Markdown
|
||||||
|
|
||||||
A plugin to handle colors in [Administrate].
|
A plugin to handle markdown in [Administrate]. Uses Kramdown for rendering.
|
||||||
|
|
||||||
[Administrate]: https://github.com/thoughtbot/administrate
|
[Administrate]: https://github.com/thoughtbot/administrate
|
||||||
|
|||||||
@ -5,7 +5,7 @@ require "kramdown"
|
|||||||
module Administrate
|
module Administrate
|
||||||
module Field
|
module Field
|
||||||
class Markdown < Administrate::Field::Base
|
class Markdown < Administrate::Field::Base
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.0.2"
|
||||||
|
|
||||||
class Engine < ::Rails::Engine
|
class Engine < ::Rails::Engine
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user