mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Merge 8649be0e56
into 642b716553
This commit is contained in:
commit
f6ffb384a6
8 changed files with 45 additions and 3 deletions
|
@ -472,6 +472,14 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
|
|||
{
|
||||
cc.doAttrib(state, "strikethrough");
|
||||
}
|
||||
if (tname == "h1" )
|
||||
{
|
||||
cc.doAttrib(state, "heading1");
|
||||
}
|
||||
if (tname == "h2")
|
||||
{
|
||||
cc.doAttrib(state, "heading2");
|
||||
}
|
||||
if (tname == "ul")
|
||||
{
|
||||
var type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue