EGOIST
EGOIST
this is just an SPA, so I think it would be tricky even if it's possible.
I came across the same problem, onMouseUp is triggered before onMouseDown and onClick requires tapping twice to trigger. I found that only happens when you switch mac's Input Source to...
related bug report: https://bugs.webkit.org/show_bug.cgi?id=219670 I also commented there
I got same error as above comment
Or if there's a `render` method in top-level object: ```js // This will be convertd const Foo = () => wrap({ render() { return } }) ```
`style` attribute is not allowed, basically, it behaves like the GitHub markdown. keeping `style` might introduce XSS issues, I will add a markdown syntax for customizing color / background color...
this also happened to me when i'm using Japanese - Romaji and some Chinese Input Methods, here's the related webkit bug report: https://bugs.webkit.org/show_bug.cgi?id=219670#c32
For webpack, seems a loader would do the job: ```js import { html, url } from '!multi-format-loader?format=html,url!./foo.md' ``` `!multi-format-loader?format=html,url!./foo.md` basically returns: ```js export var html = '...html' export var url...
502 Bad Gateway again right now
it works now