springdoc / springdoc.github.io

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
9 stars 42 forks source link

In FAQ section 13.13, the code appears with more dashes #79

Open buzzerrookie opened 2 months ago

buzzerrookie commented 2 months ago

In FAQ section 13.13, the code appears with 3 more dashes at the top and bottom respectively.

---
@Bean
@Primary
fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
    config.showCommonExtensions = true
    config.queryConfigEnabled = true
    return config
}
---
buzzerrookie commented 2 months ago

I've created a PR https://github.com/springdoc/springdoc.github.io/pull/80