The Open Manual Repository

Our software manuals are maintained as open-source and be able to be updated/translated on GitHub.

How to Update

Document is written in Markdown and deployed with Jekyll.

Markdown Reference | Basic Tutorial on GitHub | GitHub Pages and Jekyll

Template for New Page

File extension must be .md. It’s good to have additional language extension before file extension. ex: FileName.en.md

---
title: "Page Title"
lang: en
date: 2021-12-02
author:
- "You"
- "Prior to You"
---

# Contents written in Markdown

Controls for PDF Output

You can use class="print--hidden" to hide content from “Print to PDF” output.
class="print--d-none" is also available, note that this will change page layout.

If you want to add page break for PDF explicitly, use: <div class="print--page-break"></div>

Note for HTML in Markdown

Page break using HTML tag and you need to have attention to use it in Markdown format.

Page break HTML tag must be in independent HTML block, because of that page break uses CSS and it will hide rest of inline contents in same HTML block. In Markdown context, it requires empty line before and after.

See Markdown source of this page for example.

THIS TEXT IS SHOWN IN MARKDOWN PREVIEW BUT NOT IN RESULTING PAGE

About Jekyll Theme

Theme was designed by Sator Imaging.