Skip to content

Conversation

@aflaisler
Copy link

@aflaisler aflaisler commented Oct 28, 2019

Context:
Gitlab requires the links to be lowercase.

Changes:

  • updated the Readme
  • added a function create_gitlab_header_anchor and integrated it within the code


if (params['type'] == 'bear'):
md_text_toc_pairs, identifiers = create_table_of_contents_bear()
elif (params['type'] == 'github'):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to add params['type'] == 'github' or params['type'] == 'gitlab' here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants