I'm using Miktex 2.9 for Windows. When compiling:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{markdown}
\begin{document}
\begin{markdown}
| xyz | abc |
| --- |: --: |
| 0 | 5 |
|5 |1 |
\end{markdown}
\end{document}
with miktex-pdflatex.exe (running as administrator), I get:
Package markdown Error: I can not access the shell.
Note: The package markdown has been installed (automatically downloaded by Miktex) when I first compiled this code.
shell-escape: https://tex.stackexchange.com/q/88740/35864 – moewe Sep 11 '18 at 10:48--shell-escapebut the table still isn't rendered as a table... Any idea? – Basj Sep 11 '18 at 10:57