Table of Contents

Tables

HugoTeX-inspired table styling: booktabs-like rules, numbered captions via the table shortcode, column alignment classes, and horizontal scroll for wide data.

Plain Markdown table

LanguageTypingParadigm
RustStaticMulti
GoStaticImperative
PythonDynamicMulti

Caption shortcode

Runtime comparison across three compiled and interpreted languages.
LanguageCompile timeTypical use
RustrustcSystems
Gogo buildServices
Zigzig buildSystems

Column alignment

ServiceRequests/sp99 (ms)
API gateway12,40018
Auth3,20042
Search980210

Wide table in scroll wrapper

RegionAZInstancevCPURAMDisk
eu-west-1ac7g.large24 GiB80 GiB
eu-west-1bc7g.large24 GiB80 GiB
us-east-1am7g.xlarge416 GiB256 GiB

Custom borders

BuildTestDeploy
lintunitstaging
fmtintegrationproduction

Row headers

Q1Q2Q3
Revenue120145162
Cost809298
Margin405364

Row-header tables use scope="row" when authored as HTML; pipe tables above right-align numeric quarters via markdown alignment syntax.