Added markdown rendering
This commit is contained in:
parent
26ca510785
commit
5a0340c226
172 changed files with 12198 additions and 8338 deletions
11
static/js/lib/node_modules/preact/compat/server.browser.js
generated
vendored
Normal file
11
static/js/lib/node_modules/preact/compat/server.browser.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { renderToString } from 'preact-render-to-string';
|
||||
|
||||
export {
|
||||
renderToString,
|
||||
renderToString as renderToStaticMarkup
|
||||
} from 'preact-render-to-string';
|
||||
|
||||
export default {
|
||||
renderToString,
|
||||
renderToStaticMarkup: renderToString
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue