autolink-references-mkdocs-plugin icon indicating copy to clipboard operation
autolink-references-mkdocs-plugin copied to clipboard

mkdocs plugin to provides GitHub like autolink references in Mkdocs.

Results 3 autolink-references-mkdocs-plugin issues
Sort by recently updated
recently updated
newest added

This PR adds the settings flag "look_for_alphanumeric_id" which can be set to true to allow for parsing non-numeric IDs. It is false by default, so nothing changes with existing configs....

`mkdocs.yml`: ```yml autolink_references: autolinks: - reference_prefix: '#' target_url: "https://github.com/USER/PROJECT/issues/" ``` which it's quite intuitive that this turns on a lot of conflicts. So the questions are: - is there an...