For the complete documentation index, see llms.txt. This page is also available as Markdown.

Document Metadata

In addition to defining the document title using the element, you can also specify the author, keywords, and description of the document using the meta HTML elements.

<head>
    <title>Hello World</title>    
    <meta name="author" content="John">
    <meta name="description" content="typeset.sh is great">
    <meta name="keywords" content="pdf php typeset.sh">
    <meta name="view.fitWindow" content="yes">
    <meta name="view.displayTitle" content="false">
</head>

Last updated