diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-04 04:17:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-04 04:17:06 +0700 |
| commit | b447e8991270ddf634761c7a6b7daf411211f2a5 (patch) | |
| tree | 3c76e2d37801c5031b468f2202657c8f3a0fa344 /_doc | |
| parent | 5c30c1f5d0435791c164b89f98891ae27dda4dec (diff) | |
| download | ciigo-b447e8991270ddf634761c7a6b7daf411211f2a5.tar.xz | |
_static: update the default style
Changes,
* Set the anchor text-decoration back to none but with hover set to
underline
* Set only h2 to have border bottom
* Increase top margin for headings
* Set the topbar layout using flex and remove margin and padding for
form elements
* Change the sectanchor indicator to display on hover.
Minimize unncessary text displayed on screen.
* Add style for block quotes
Diffstat (limited to '_doc')
| -rw-r--r-- | _doc/test.adoc | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/_doc/test.adoc b/_doc/test.adoc index 8a98685..906d644 100644 --- a/_doc/test.adoc +++ b/_doc/test.adoc @@ -315,8 +315,26 @@ dietary concerns: - Celery makes them sad. ==== - Sample paragraph in between admonition. WARNING: Wolpertingers are known to nest in server racks. Enter at your own risk. + +== Quote + +Basic quote syntax, + +.After landing the cloaked Klingon bird of prey in Golden Gate park: +[quote,Captain James T. Kirk,Star Trek IV: The Voyage Home] +Everybody remember where we parked. + +Quoted block, + +[quote,Monty Python and the Holy Grail] +____ +Dennis: Come and see the violence inherent in the system. Help! Help! I'm being repressed! + +King Arthur: Bloody peasant! + +Dennis: Oh, what a giveaway! Did you hear that? Did you hear that, eh? That's what I'm on about! Did you see him repressing me? You saw him, Didn't you? +____ |
