opensfcc / sfcc-docs

SFCC Docs Engine for sfccdocs.com
https://sfccdocs.com
MIT License
13 stars 2 forks source link

[Bug]: Double star ** for the bold text #22

Closed olegforce closed 1 year ago

olegforce commented 1 year ago

Issue Checklist:

What happened?

image

Method summary for https://sfccdocs.com/script/dw.customer/customer-mgr#createexternallyauthenticatedcustomer CustomerMgr shows additional stars ** in addition to formatting text as bold. Overall UI of that section(Method summary) is hard to navigate, aka formatting.

Also when you click on the link of the image

static**[createExternallyAuthenticatedCustomer](https://sfccdocs.com/script/dw.customer/customer-mgr#createexternallyauthenticatedcustomer)**(authenticationProviderId : [String](https://sfccdocs.com/script/top-level/string), externalId : [String](https://sfccdocs.com/script/top-level/string)) : [Customer](https://sfccdocs.com/script/dw.customer/customer)

it's not navigating to proper section, like you would have it with click on the right side image

last small thing, there is no space between "static" and "createExternallyAuthenticatedCustomer" and other methods on this page.

Which Browser(s) were you using?

Chrome

Which Operating System(s) were you using?

macOS

Steps to produce this issue.

  1. Open https://sfccdocs.com/script/dw.customer/customer-mgr
  2. Go to "Method summary"
  3. See broken UI for this section
  4. check createExternallyAuthenticatedCustomer in the "Method summary"
  5. click on the link -> experience that nothing happens
  6. click on the same method on the sidebar
  7. experience missing space between static and method name
  8. check other methods
  9. see the same issue with missing space