Beaker: Issue with markdown rendering

Created on 30 Mar 2019  路  4Comments  路  Source: beakerbrowser/beaker

Markdown rendering seems to be failing.

Example: http://diglifebeaker101.hashbase.io/Assignment1.md

bug

All 4 comments

Also markdown pages display a blank page in Beaker. There appears to be an injected stylesheet that is setting display: node on the pre that contains the rendered Markdown.

Screenshot 2019-03-31 at 10 29 24


I don't see the switch between rendered and raw, from https://github.com/beakerbrowser/beaker/blob/d1ba6fe3329a07e593f9f0178d251cee71b3b6ac/app/markdown-renderer.js#L16 and the body only looks to contain the rendered markdown.

Also looks as if the JSON rendering is having a similar problem...

This appears to be caused by an issue in the bundling of Beaker. Markdown rendering is done by injecting javascript into the page, and that .js is not being loaded successfully.

Looking into a solution.

Okay, fixed. Will try to put out another patch release tomorrow.

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

monkey000 picture monkey000  路  4Comments

DaniellMesquita picture DaniellMesquita  路  4Comments

LWFlouisa picture LWFlouisa  路  4Comments

aaronshaf picture aaronshaf  路  4Comments

pfrazee picture pfrazee  路  3Comments