Skip to content

Commit

Permalink
Make tables more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer authored Oct 14, 2024
1 parent 8998cb2 commit b09860c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The default expansion style when no operator is given.
* Syntax: `{varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -154,7 +154,7 @@ Path segment expansion is useful for creating hierarchical URI path.
* Syntax: `{/varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -176,7 +176,7 @@ Form-style query expansion is useful for creating query strings.
* Syntax: `{?varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -198,7 +198,7 @@ Form-style query continuation is useful for appending to query strings.
* Syntax: `{&varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -220,7 +220,7 @@ Extends the allowed character set of the simple string expansion to the reserved
* Syntax: `{+varname}`
* Allowed characters: <<unreserved_set,unreserved>> set, <<reserved_set,unreserved>> set and pct-encoded sequence.

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -242,7 +242,7 @@ Like the reserved expansion prefixed by `#`.
* Syntax: `{#varname}`
* Allowed characters: <<unreserved_set,unreserved>> set, <<reserved_set,unreserved>> set and pct-encoded

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -262,7 +262,7 @@ Like the reserved expansion prefixed by `#`.
* Syntax: `{.varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand All @@ -282,7 +282,7 @@ Like the reserved expansion prefixed by `#`.
* Syntax: `{.varname}`
* Allowed characters: <<unreserved_set,unreserved>> set

[stripes=even,frame=none,grid=cols,cols="3,1,3"]
[stripes=even,frame=none,grid=cols]
|===
|Vars | Template | URI

Expand Down

0 comments on commit b09860c

Please sign in to comment.