small fixes
s-ol
3 years ago
173 | 173 |
path_facet or= path
|
174 | 174 |
path, facet = path_facet\match '(.*)/([^/]*)'
|
175 | 175 |
|
176 | |
facet = if facet == '' and type == '' and method ~= 'GET' and method ~= 'HEAD'
|
|
176 |
facet = if facet == '' and (not type or type == '') and method ~= 'GET' and method ~= 'HEAD'
|
177 | 177 |
nil
|
178 | 178 |
else
|
179 | 179 |
type or= 'text/html+interactive'
|
77 | 77 |
mode = @from\match @convert.inp
|
78 | 78 |
Editor value, mode, fileder, key
|
79 | 79 |
}
|
|
80 |
{
|
|
81 |
inp: 'URL.*'
|
|
82 |
out: 'mmm/dom'
|
|
83 |
cost: 0
|
|
84 |
transform: (value, fileder, key) =>
|
|
85 |
Editor value, nil, fileder, key
|
|
86 |
}
|
80 | 87 |
}
|
81 | 88 |
}
|
28 | 28 |
b, strong { font-weight: bold; }
|
29 | 29 |
em, i { font-style: italic; }
|
30 | 30 |
hr { clear: both; }
|
31 | |
ul { margin: 0; }
|
|
31 |
ul { margin: 0; padding-inline-start: 2em; }
|
32 | 32 |
|
33 | 33 |
sup, sub {
|
34 | 34 |
vertical-align: baseline;
|