markup icon indicating copy to clipboard operation
markup copied to clipboard

asciidoc table width

Open gabriel-rh opened this issue 3 years ago • 0 comments

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 |===

gabriel-rh avatar Jan 10 '22 13:01 gabriel-rh