mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Simplify table for html output
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
% TODO
|
||||
\begin{tabular}{@{}>{\bfseries}p{0.17\textwidth}ccc@{}}
|
||||
\begin{tabular}{@{}p{0.17\textwidth}ccc@{}}
|
||||
\toprule
|
||||
& \thead{Flatbread} & \thead{Loaf pan bread} & \thead{Free standing bread} \\ \midrule
|
||||
Cooking method & Fire, pan, barbecue & Oven & Oven \\
|
||||
Working time (min.) & 3 & 5 & 60 \\
|
||||
Flour types & All & All & Gluten flours \\
|
||||
Difficulty & Very easy & Easy & Difficult \\
|
||||
Cost & Low & Medium & High \\ \bottomrule
|
||||
\textbf{Cooking method} & Fire, pan, barbecue & Oven & Oven \\
|
||||
\textbf{Working time (min.)}& 3 & 5 & 60 \\
|
||||
\textbf{Flour types} & All & All & Gluten flours \\
|
||||
\textbf{Difficulty} & Very easy & Easy & Difficult \\
|
||||
\textbf{Cost} & Low & Medium & High \\ \bottomrule
|
||||
\end{tabular}
|
||||
|
||||
Reference in New Issue
Block a user