2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 05:01:43 +08:00
discourse/plugins/discourse-details
2016-12-12 16:19:05 -05:00
..
assets REVERT: Ember 2.10 -- it's not building properly 2016-12-12 16:19:05 -05:00
config
spec/components
test/javascripts REVERT: Ember 2.10 -- it's not building properly 2016-12-12 16:19:05 -05:00
LICENSE
plugin.rb
README.md

discourse-details

HTML 5.1 <details> polyfill for Discourse.

NOTE: Does not work on IE9, but we don't support IE9 as of Jan 1 2016.

Usage

In your posts, surround text with [details=your summary] ... [/details]. For example:

   I watched the murder mystery on TV last night. [details=Who did it?]The butler did it[/details].

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-details.git as the plugin command.

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

License

MIT