{"id":67484,"library":"flexmark-ext-anchorlink","title":"Flexmark AnchorLink Extension","description":"flexmark-java extension for generating anchor links for headings using GitHub compatible algorithm.","status":"active","version":"0.64.8","language":"java","source_language":null,"source_url":"https://github.com/vsch/flexmark-java","tags":["flexmark","markdown","anchor-link","extension"],"install":[{"cmd":"<dependency>\n  <groupId>com.vladsch.flexmark</groupId>\n  <artifactId>flexmark-ext-anchorlink</artifactId>\n  <version>0.64.8</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.vladsch.flexmark:flexmark-ext-anchorlink:0.64.8'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"AnchorLinkExtension","correct":"com.vladsch.flexmark.ext.anchorlink.AnchorLinkExtension"}],"quickstart":{"code":"import com.vladsch.flexmark.ext.anchorlink.AnchorLinkExtension;\nimport com.vladsch.flexmark.parser.Parser;\n\npublic class Example {\n    public static void main(String[] args) {\n        Parser parser = Parser.builder().extensions(Arrays.asList(AnchorLinkExtension.create())).build();\n        // parse markdown\n    }\n}","lang":"java","description":"Creates a Markdown parser with the AnchorLink extension."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':17 'anchor':10,21 'anchor-link':20 'anchorlink':2 'compat':16 'extens':3,7,23 'flexmark':1,5,18 'flexmark-java':4 'generat':9 'github':15 'head':13 'java':6 'link':11,22 'markdown':19 'use':14","created_at":"2026-06-17T17:37:47.848123+00:00","updated_at":"2026-06-17T17:37:47.848123+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/vsch/flexmark-java","github":"https://github.com/vsch/flexmark-java","docs":"https://appdoc.app/artifact/com.vladsch.flexmark/flexmark-ext-anchorlink/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}