-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Item IDs absent from rendered HTML #139
Comments
Good idea. Should be easy. But the server-side rendering into html is only for a few item types intended to be read by robots. The rendering could be easily duplicated by a consumer from the json data. Lines 56 to 76 in 5632501
It might be interesting to build a "rendering proxy" that would run client plugins server-side for any lineup url including those that span multiple sites. Working out verses of the 99 Bottles of Beer song would be a good test case. |
Speaking of rendering, github has done a nice job of expanding my code reference into a code window. I wonder how that comes out in watch list email? They don't send me a copy but maybe someone else can tell us how hard they try to match the rendering they do online. For comparison, here is a screen shot of what I am seeing from me in the comment stream. |
Testing with curl I find that the HTML returned from routes ending in .html do not have ids on the paragraph divs returned. This seems to be added by the javascript.
Would be good to add these to the vanilla markup so that programmes can fetch specific portions if rendered html.
The text was updated successfully, but these errors were encountered: