@@ -76,7 +76,7 @@ Don't forget to release the connection when finished by using:
7676
7777:::
7878
79- ---
79+ < hr />
8080
8181## add(group, config)
8282
@@ -152,7 +152,7 @@ Don't forget to release the connection when finished by using:
152152
153153:::
154154
155- ---
155+ < hr />
156156
157157## add(group, config) — SHA1
158158
@@ -225,7 +225,7 @@ Don't forget to release the connection when finished by using:
225225
226226:::
227227
228- ---
228+ < hr />
229229
230230## add(group, config) — SSL
231231
@@ -312,7 +312,7 @@ Don't forget to release the connection when finished by using:
312312
313313:::
314314
315- ---
315+ < hr />
316316
317317## add(group, config) — RDS SSL
318318
@@ -428,7 +428,7 @@ Don't forget to release the connection when finished by using:
428428 - [ #2119 — fix: make startTls code compatible with Bun] ( https://github.com/sidorares/node-mysql2/pull/2119 )
429429 - [ #2131 — Update Amazon RDS SSL CA cert] ( https://github.com/sidorares/node-mysql2/pull/2131 )
430430
431- ---
431+ < hr />
432432
433433## add(group, config) — Socks
434434
@@ -512,22 +512,24 @@ poolNamespace.execute('SELECT SLEEP(1) AS `qqq`', (err, rows, fields) => {
512512
513513:::
514514
515- ---
515+ < hr />
516516
517517## Glossary
518518
519519### PoolOptions
520520
521- > ** PoolOptions** extends all options from ** ConnectionOptions** :
522- >
523- > <FAQ title = ' ConnectionOptions Specification' >
524- > <ExternalCodeEmbed
525- > language='ts'
526- > url='https://raw.githubusercontent.com/sidorares/node-mysql2/master/typings/mysql/lib/Connection.d.ts '
527- > extractMethod='ConnectionOptions'
528- > methodType='interface'
529- > />
530- > </FAQ >
521+ <blockquote >
522+ ** PoolOptions** extends all options from ** ConnectionOptions** :
523+
524+ <FAQ title = ' ConnectionOptions Specification' >
525+ <ExternalCodeEmbed
526+ language = ' ts'
527+ url = ' https://raw.githubusercontent.com/sidorares/node-mysql2/master/typings/mysql/lib/Connection.d.ts'
528+ extractMethod = ' ConnectionOptions'
529+ methodType = ' interface'
530+ />
531+ </FAQ >
532+ </blockquote >
531533
532534<FAQ title = ' PoolOptions Specification' >
533535 <ExternalCodeEmbed
0 commit comments