mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-23 11:31:12 -06:00
11 lines
739 B
TeX
11 lines
739 B
TeX
%TODO: Alignment is not great
|
|
\begin{tabular}{@{}lll@{}}
|
|
\toprule
|
|
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
|
|
Flour & \qty{100}{g} & \qty{100}{g} \\
|
|
Water & up to \qty{100}{g} (\qty{100}{\percent}) & \qty{300}{g} (\qty{300}{\percent}) \\
|
|
Sourdough starter & 5--\qty{20}{g} (5--\qty{20}{\percent}) & 5--\qty{20}{g} (5--\qty{20}{\percent}) \\
|
|
Salt & \qty{2}{g} (\qty{2}{\percent}) & \qty{2}{g} (\qty{2}{\percent}) \\
|
|
Bake when? & Dough increased \qty{50}{\percent} in size & Bubbles visible on surface \\ \bottomrule
|
|
\end{tabular}
|