12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- \subsection{Tables}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- First Header & Second Header\\ \hline
- Content Cell & Content Cell\\ \hline
- Content Cell & Content Cell\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- First Header & Second Header\\ \hline
- Content Cell & Content Cell\\ \hline
- Content Cell & Content Cell\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- Name & Description\\ \hline
- Help & Display the help window.\\ \hline
- Close & Closes a window\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- Name & Description\\ \hline
- Help & \textbf{Display the} help window.\\ \hline
- Close & \textit{Closes} a window\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|l|c|r|}\hline
- Left-Aligned & Center Aligned & Right Aligned\\ \hline
- col 3 is & some wordy text & \$1600\\ \hline
- col 2 is & centered & \$12\\ \hline
- zebra stripes & are neat & \$1\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- Simple & Table\\ \hline
- 1 & 2\\ \hline
- 3 & 4\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|X|X|}\hline
- Simple & Table\\ \hline
- 1 & 2\\ \hline
- 3 & 4\\ \hline
- 3 & 4 |\\ \hline
- \end{tabularx}
- Check \url{https://github.com/erusev/parsedown/issues/184} for the following:
- \noindent\begin{tabularx}{\textwidth}{|X|X|X|}\hline
- Foo & Bar & State\\ \hline
- \lstinline`Code | Pipe` & Broken & Blank\\ \hline
- \lstinline`Escaped Code \| Pipe` & Broken & Blank\\ \hline
- Escaped | Pipe & Broken & Blank\\ \hline
- \end{tabularx}
- \noindent\begin{tabularx}{\textwidth}{|l|X|}\hline
- Simple & Table\\ \hline
- 3 & 4\\ \hline
- \end{tabularx}
- 3 | 4
|