Oscar Godson

Results 189 comments of Oscar Godson

Hm, I'll have to think about this for a bit. This is a tough problem. When you type (literally) `` into EpicEditor it's converted to `<head>` _by the browser_ in...

That would just convert what you type as `nbsp;` which isnt what I think you want either?

Oh, yeah, duh. Sorry I just read it quickly as I was in a rush at the moment. You're right that it'd convert that correctly on the first load. Now...

Thanks for the report. I'll take a look at this and try to get it into the next release which will be whenever I fix this bug if it exists...

Here's some links if you do want to take a look - Here's all the code that saves the styles to be reset later: https://github.com/OscarGodson/EpicEditor/blob/develop/src/editor.js#L743-L798 - Here is where the...

> One thing I am not yet sure of is how the saving and restoring of styles works, because on the initial page load, div#epiceditor has no inline style other...

Also: https://github.com/OscarGodson/EpicEditor/issues/160#issuecomment-9132651 You'll see my comment about fullscreen and reverting the styles: > 1 bug when you reflow, then go into fullscreen, then close fullscreen, it's sized to how it...

> why don't you just restore the inline styles to how they were at the initial page load The code to do this was added like a year and a...

You need to install all deps including Marked, for example. Did you do `npm install` too? If you did that and you're stilling getting that error I can take a...