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}{@{}p{0.17\textwidth}ccc@{}}
|
||||||
\begin{tabular}{@{}>{\bfseries}p{0.17\textwidth}ccc@{}}
|
|
||||||
\toprule
|
\toprule
|
||||||
& \thead{Flatbread} & \thead{Loaf pan bread} & \thead{Free standing bread} \\ \midrule
|
& \thead{Flatbread} & \thead{Loaf pan bread} & \thead{Free standing bread} \\ \midrule
|
||||||
Cooking method & Fire, pan, barbecue & Oven & Oven \\
|
\textbf{Cooking method} & Fire, pan, barbecue & Oven & Oven \\
|
||||||
Working time (min.) & 3 & 5 & 60 \\
|
\textbf{Working time (min.)}& 3 & 5 & 60 \\
|
||||||
Flour types & All & All & Gluten flours \\
|
\textbf{Flour types} & All & All & Gluten flours \\
|
||||||
Difficulty & Very easy & Easy & Difficult \\
|
\textbf{Difficulty} & Very easy & Easy & Difficult \\
|
||||||
Cost & Low & Medium & High \\ \bottomrule
|
\textbf{Cost} & Low & Medium & High \\ \bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|||||||
Reference in New Issue
Block a user