SVG Toolkit Feb-26-2025 Table of Contents Changelog Getting Started Tutorial Videos Additional Preset Libraries Game Icons - CC BY 3.0 Emoji One In-Depth: SVG Toolkit Canvas Coordinate System...
App Window Utility App Window Utility This utility is for Unity to configure application window style. With this utility, you can make your application window transparent, frameless and...
C Sharp Tar Archiver
TAR Archiver for C# / .NET TAR Archiver for C# / .NET Minimal C# implementation for creating TAR archive (.tar/.tar.gz/.tgz) This library is built based on the codes from SharpCompress library...
Copy to Another Repository
GitHub Actions: Copy to Another Repository GitHub Actions: Copy to Another Repository Copy-to-Another-Repository is reusable workflow to copy selected file to another repository and create Pull Request (PR) to merge. Usage...
VRM Viewer
VRM Viewer for macOS, Linux and Windows # VRM Viewer for macOS, Linux and Windows This repository consists of the following repositories to support non-Windows platforms. - https://github.com/vrm-c/UniVRMTest - https://github.com/gkngkc/UnityStandaloneFileBrowser ## Download...
Visual Studio Code MEL Language
MEL Language Extension for Visual Studio Code # MEL Language Extension for Visual Studio Code This package was built using files from [textmate/mel.tmbundle](https://github.com/textmate/mel.tmbundle/). ## Installation On Visual Studio Code, Open Command Palette...
File extension must be .md.
It's good to have additional language extension before file extension. ex: FileName.en.md
---title:"PageTitle"lang:endate:2021-12-02author:-"You"-"PriortoYou"---# 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