Our software manuals are maintained as open-source and be able to be updated/translated on GitHub.
Document is written in Markdown and deployed with Jekyll.
Markdown Reference | Basic Tutorial on GitHub | GitHub Pages and Jekyll
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
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>
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.
Theme was designed by Sator Imaging.