markup
markup copied to clipboard
asciidoc table width
Table width doesn't seem to be honoured for asciidoc - the following does not give a full width table in HTML in a github.com repo file
[width=100%] |=== |HTTP Code|Description|Schema |200|Successful invocation| |400|Bad Request|_apierror, ApiError |401|Session required|_apierror,ApiError |403|Unauthorized access|_apierror, ApiError |404|Not found|_apierror, ApiError |===