File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,12 @@ Don't forget this step!
276276====
277277If you installed the CLI and the default site generator globally, you can upgrade both of them with the same command.
278278
279- $ npm i -g @antora/cli @antora/site-generator-default
279+ $ npm i -g @antora/cli @antora/site-generator
280+
281+ Or you can install the metapackage to upgrade both packages at once.
282+
283+ [subs=+quotes]
284+ $ npm i -g *antora*
280285====
281286
282287Nominavi luptatum eos, an vim hinc philosophia intellegebat.
Original file line number Diff line number Diff line change 2525 pre . classList . add ( 'highlightjs' , 'highlight' )
2626 ; ( code = document . createElement ( 'code' ) ) . className = 'language-console hljs'
2727 code . dataset . lang = 'console'
28- code . appendChild ( pre . firstChild )
28+ while ( pre . hasChildNodes ( ) ) code . appendChild ( pre . firstChild )
2929 pre . appendChild ( code )
3030 } else {
3131 return
You can’t perform that action at this time.
0 commit comments