Skip to content

Commit 74cbc4b

Browse files
authored
Fix broken TOC links for italic headings (#1378)
Fixed anchor links in table of contents for headings that use underscores for italic formatting (_request_, _message_, etc.).
1 parent 7b1b84a commit 74cbc4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ This module lets you connect to web services using SOAP. It also provides a serv
3737
- [Client._lastRequest_ - the property that contains last full soap request for client logging](#clientlastrequest---the-property-that-contains-last-full-soap-request-for-client-logging)
3838
- [Client.setEndpoint(url) - overwrite the SOAP service endpoint address](#clientsetendpointurl---overwrite-the-soap-service-endpoint-address)
3939
- [Client Events](#client-events)
40-
- [_request_](#_request_)
41-
- [_message_](#_message_)
42-
- [_soapError_](#_soaperror_)
43-
- [_response_](#_response_)
40+
- [_request_](#request)
41+
- [_message_](#message)
42+
- [_soapError_](#soaperror)
43+
- [_response_](#response)
4444
- [WSDL](#wsdl)
4545
- [WSDL.constructor(wsdl, baseURL, options):](#wsdlconstructorwsdl-baseurl-options)
4646
- [wsdl.xmlToObject(xml):](#wsdlxmltoobjectxml)

0 commit comments

Comments
 (0)