We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded resume.mw from https://github.com/kochrt/kochrt.github.io/blob/master/resume.mw, as mentioned in https://github.com/mark-when/resume
resume.mw
I did not modify the file in any way.
Then
mw resume.mw resume.html
It generated 113k big resume.html but the file does not render in the browser.
resume.html
I opened the file, it has a lot of code in the script tag
script
body has just the following
<body> <div id="app"></div> </body>
I expected to see something like https://robko.ch/resume - or at least some text (even if CSS is missing)
The text was updated successfully, but these errors were encountered:
Maybe related to mark-when/markwhen#107 but for resume view 🤷♂️
Sorry, something went wrong.
FWIW following works (i.e. generated HTML renders fine in the browser)
mw timeline.mw -d timeline.html
I would use meridiem in the meantime, sounds like there's a bug in /mark-when/resume rendering
No branches or pull requests
I downloaded
resume.mw
from https://github.com/kochrt/kochrt.github.io/blob/master/resume.mw, as mentioned in https://github.com/mark-when/resumeI did not modify the file in any way.
Then
It generated 113k big
resume.html
but the file does not render in the browser.I opened the file, it has a lot of code in the
script
tagbody has just the following
I expected to see something like https://robko.ch/resume - or at least some text (even if CSS is missing)
The text was updated successfully, but these errors were encountered: