Sha256: 2c1a4e6d631f11d6e9591f8bba61be6033af653c655780b520ce1dcd12b9ef94
Contents?: true
Size: 1.13 KB
Versions: 9
Compression:
Stored size: 1.13 KB
Contents
CHANGESET1: from: '0.14.0' to: '0.14.1' CHANGES: if_or: old: "<r:if eval='can_write?' or_test='[d_foo]'>hello</r:if>" new: "<r:if eval='can_write?' or_test='d_foo'>hello</r:if>" SHOULD_CHANGE: basic: link_anchor_name: old: "<r:link anchor='[name]'/>" new: "<r:link anchor='#{name}'/>" CHANGESET2: from: '0.15.1' to: '0.15.2' CHANGES: basic: link_sharp: old: "<r:link sharp='true'/>" new: "<r:link anchor='true'/>" anchor_with_link: old: "<r:link anchor='true'/>" new: "<r:anchor do='link'/>" show_path: "<ul id='path' do='ancestors'><li do='each' do='link'/></ul>" start_node: "start" # [v_title]: "title" v_title: "title" "<r:if kind_of='Section'": "<r:Section?>" "<r:text/>": "mat" "on_if_node='ancestor'": "on_if='is_ancestor?(main)'" "<div do='admin_links'/>": "<ol class='admin_links' do='admin_links'> <li do='each' do='show'><a href='javascript:void(0)'>do this</a></li> </ol>" "set_class='li_s[v_status]'": "class='li_s#{v.status}'" "<meta name='keywords' do='void' set_content='[d_keywords]'/>": "<meta name='keywords' content='#{keywords}'/>"
Version data entries
9 entries across 9 versions & 1 rubygems