I created a table in a paragraph section and it won't render to pdf. Not sure what I'm doing wrong.
% Preview source code for paragraph 0
\paragraph{%
\begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
binary & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0\tabularnewline
\hline
\hline
$2^{n}$ & $2^{7}$ & $2^{6}$ & $2^{5}$ & $2^{4}$ & $2^{3}$ & $2^{2}$ &
$2^{1}$ & $2^{0}$\tabularnewline
\hline
base 10 & 128 & 64 & 32 & 16 & 8 & 4 & 2 & 1\tabularnewline
\hline
\end{tabular}}
