Changes between Version 6 and Version 7 of CollapsiblePlugin


Ignore:
Timestamp:
Mar 18, 2014, 4:36:42 AM (10 years ago)
Author:
codingking
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollapsiblePlugin

    v6 v7  
    66
    77The CollapsiblePlugin allows one to embed foldable structures in wiki pages, in the style of the trac ticket attachments foldable structure. The plugin utilizes two macros: one to denote the start of a foldable structure, and one to denote the end of said structure. Foldable text supports WikiFormatting and nested folds, so long as spacing is accomplished by the former.
     8
     9Github version of plugin: https://github.com/manoyes
    810
    911'''Note:''' There exists a 0.11 branch, but this macro does not work with 0.11. See #8942 for more details.