@yamlresume/core
    Preparing search index...

    Class HtmlRenderer

    HTML renderer for generating HTML5 documents from resume data.

    Hierarchy

    • Renderer
      • HtmlRenderer
    Index

    Constructors

    Properties

    layoutIndex: number
    resume: Resume

    Methods

    • Render the location section of the resume.

      Note: Location is handled in renderBasics() for HTML output.

      Returns string

      Empty string as location is included in basics

    • Render sections in the specified order.

      Returns string

      The rendered sections in the specified order

    • Render the profiles section of the resume.

      Note: Profiles are handled in renderBasics() for HTML output.

      Returns string

      Empty string as profiles are included in basics