\n * instead of [https://google.com](https://google.com)\n * \n * @default true\n */\n useInlineLinks?: boolean\n}\n```\n\n## Custom Translators\n\nCustom translators are an advanced option to allow handling certain elements a specific way.\n\nThese can be modified via the `NodeHtmlMarkdown#translators` property, or added during creation.\n\n__For detail on how to use them see__:\n\n- [translator.ts](https://github.com/crosstype/node-html-markdown/blob/master/src/translator.ts) - Documentation for `TranslatorConfig`\n- [config.ts](https://github.com/crosstype/node-html-markdown/blob/master/src/config.ts) - Translators in `defaultTranslators`\n\nThe `NodeHtmlMarkdown#codeBlockTranslators` property is a collection of translators which handles elements within a `` block.\n\n## Further improvements\n\nBeing a performance-centric library, we're always interested in further improvements. \nThere are several probable routes by which we could gain substantial performance increases over the current model. \n\nSuch methods include:\n\n- Writing a custom parser\n- Integrating an async worker-thread based model for multi-threading\n- Fully replacing any remaining regex\n \nThese would be fun to implement; however, for the time being, the present library is fast enough for my purposes. That\nsaid, I welcome discussion and any PR toward the effort of further improving performance, and I may ultimately do more\nwork in that capacity in the future!\n\n## Help Wanted!\n\nLooking to contribute? Check out our [help wanted] list for a good place to start!\n\n\n[help wanted]: https://github.com/crosstype/node-html-markdown/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22\n","readmeFilename":"README.md","homepage":"https://github.com/crosstype/node-html-markdown#readme","bugs":{"url":"https://github.com/crosstype/node-html-markdown/issues"}}