mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Add h1 adn h2, h2 seems not to work jet, menu immage have to be drawn
This commit is contained in:
parent
d9686c7646
commit
2726634200
5 changed files with 27 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