Overview:
Areas of an HTML document are not displayed in a Vault generated rendition. Images are missing.
Root Cause:
HTML coding is not in Standard Generalized Markup Language (SGML) syntax.
Solution:
HTML loaded to Vault should be in standard SGML syntax in order to be properly parsed for display in the Vault generated rendition. Often this is due to the format of comments around code, which can cause some of the HTML to be skipped. Refer to the SGML Primer which discusses standard SGML syntax for comments.
Related Documentation:
SGML Primer Chapter 3 - FreeBSD Documentation Project Primer for New Contributors
Send us your feedback: We're always looking for feedback to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you