liquid_feedback_frontend

view env/encode/highlight.lua @ 2:5c601807d397

Version alpha3

Dark green part of issue supporter bargraph represents all satisfied supporters, regardless of having seen the latest draft

Wiki formatting for drafts

Showing differences between two drafts of the same initiative

Display of outgoing delegation chains

Many other improvements
author bsw
date Mon Nov 23 12:00:00 2009 +0100 (2009-11-23)
parents
children
line source
1 function encode.highlight(text)
2 local text = encode.html(text)
3 text = text:gsub("\027", "")
4 text = text:gsub("\\\\", "\027b")
5 text = text:gsub("\\%*", "\027a")
6 text = text:gsub("%*([^%*]*)%*", '<span class="highlighted">%1</span>')
7 text = text:gsub("\027a", "*")
8 text = text:gsub("\027b", "\\")
9 return text
10 end

Impressum / About Us