Lixquid / pandoc-steam

102.31.02 A small Lua filter to output Steam BBCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandoc Steam Filter

This is a small script to output Steam compatible BBCode.

Note that not all BBCode elements are supported everywhere. For example, tables are not supported in Workshop Item descriptions.

Usage

pandoc <input file> -t steam.lua

Extended Note

Spoilers can be created by attaching the spoiler class to a Span. For example, in HTML / Markdown this is achieved with <span class="spoiler">Hidden Text</span>.

About

102.31.02 A small Lua filter to output Steam BBCode.


Languages

Language:Lua 100.0%