lambdaway
::
break
5
|
list
|
login
|
load
|
|
_h1 br _p Recently the behaviour of the HTML Element {b br} changed, inserting an unwanted white line {pre hello'{br}world -> hello world } _p Adding this script {pre '{script LAMBDATALK.DICT['br'] = function() { return "< br>" // without a space between < and br }; } } _p things become as usual {pre hello'{sbr}world -> hello{br}world } {script LAMBDATALK.DICT['br'] = function() { return "
" }; }
lambdaway v.20211111