Skip to content

Commit e93ec3c

Browse files
author
Chris Cho
authored
Hide output in io-code-block by default (#322)
* Hide output by default
1 parent ff27c9a commit e93ec3c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/quick-reference.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ their related reference and API documentation.
3232

3333
.. output::
3434
:language: js
35+
:visible: false
3536

3637
{ title: 'Hamlet', type: 'movie', ... }
3738

@@ -51,6 +52,7 @@ their related reference and API documentation.
5152

5253
.. output::
5354
:language: js
55+
:visible: false
5456

5557
[
5658
{ title: 'Christmas in Boston', year: 2005, ... },
@@ -102,6 +104,7 @@ their related reference and API documentation.
102104

103105
.. output::
104106
:language: js
107+
:visible: false
105108

106109
{ title: 'Amadeus', imdb: { rating: 9.5, ... } }
107110

@@ -124,6 +127,7 @@ their related reference and API documentation.
124127

125128
.. output::
126129
:language: js
130+
:visible: false
127131

128132
[
129133
{ title: 'A Beautiful Mind', year: 2001, imdb: { votes: 826257, ... },
@@ -149,6 +153,7 @@ their related reference and API documentation.
149153

150154
.. output::
151155
:language: js
156+
:visible: false
152157

153158
{ title: 'Cosmos', genres: [ 'Documentary', 'Educational' ] }
154159

@@ -171,6 +176,7 @@ their related reference and API documentation.
171176

172177
.. output::
173178
:language: js
179+
:visible: false
174180

175181
{ name: 'Lord of the Wings', zipcode: 10001 }
176182

@@ -225,6 +231,7 @@ their related reference and API documentation.
225231

226232
.. output::
227233
:language: js
234+
:visible: false
228235

229236
BulkWriteResult {
230237
result: {
@@ -260,6 +267,7 @@ their related reference and API documentation.
260267

261268
.. output::
262269
:language: js
270+
:visible: false
263271

264272
[
265273
{ title: '2001: A Space Odyssey', ... },
@@ -283,6 +291,7 @@ their related reference and API documentation.
283291

284292
.. output::
285293
:language: js
294+
:visible: false
286295

287296
[
288297
{ title: '2001: A Space Odyssey', ... },
@@ -305,6 +314,7 @@ their related reference and API documentation.
305314

306315
.. output::
307316
:language: js
317+
:visible: false
308318

309319
618
310320

@@ -323,6 +333,7 @@ their related reference and API documentation.
323333

324334
.. output::
325335
:language: js
336+
:visible: false
326337

327338
[ 1891, 1893, 1894, 1896, 1903, ... ]
328339

@@ -341,6 +352,7 @@ their related reference and API documentation.
341352

342353
.. output::
343354
:language: js
355+
:visible: false
344356

345357
[
346358
{ title: 'My Neighbor Totoro', ... },
@@ -362,6 +374,7 @@ their related reference and API documentation.
362374

363375
.. output::
364376
:language: js
377+
:visible: false
365378

366379
[
367380
{ title: 'Rocky III', ... },
@@ -384,6 +397,7 @@ their related reference and API documentation.
384397

385398
.. output::
386399
:language: js
400+
:visible: false
387401

388402
[
389403
{ title: 'Newark Athlete', year: 1891, ... },
@@ -407,6 +421,7 @@ their related reference and API documentation.
407421

408422
.. output::
409423
:language: js
424+
:visible: false
410425

411426
[
412427
{ year: 2012, imdb: { rating: 5.8, votes: 230, id: 8256 }},
@@ -440,6 +455,7 @@ their related reference and API documentation.
440455

441456
.. output::
442457
:language: js
458+
:visible: false
443459

444460
[
445461
{ title: 'The Life Aquatic with Steve Zissou', ... }

0 commit comments

Comments
 (0)