therealglazou / bluegriffon

BlueGriffon, the Web editor
Mozilla Public License 2.0
294 stars 71 forks source link

html renderer defiantly buggy #80

Open DurtyDev opened 4 years ago

DurtyDev commented 4 years ago

seriously something wrong with the editor. for example if I use

EXAMPLE

IT STILL PUTS IT ON THE NEXT LINE

the h2 will get render a h4 IF you manage to achieve getting them on the same line witch it doesn't want to do. even using css and calling header,h4 and header.h2 nope. then say I attempt to place a nav under my header it puts the nav on top of header instead ,even places the nav above header in the html. and it ignores css . I spent more time fixing html than any thing else