Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce header_id as parameter for headers #78

Merged
merged 3 commits into from
Dec 10, 2022

Conversation

kieferro
Copy link
Contributor

@kieferro kieferro commented Nov 25, 2022

Closes #77
This PR adds the option to create atx-headers with an ID for extended Markdown Syntax.

@kieferro kieferro marked this pull request as ready for review November 25, 2022 17:06
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #78 (1970758) into master (5a70128) will increase coverage by 0.55%.
The diff coverage is 100.00%.

❗ Current head 1970758 differs from pull request most recent head 9bfa156. Consider uploading reports for the commit 9bfa156 to get more accurate results

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   85.21%   85.77%   +0.55%     
==========================================
  Files          12       12              
  Lines         460      478      +18     
  Branches       88       87       -1     
==========================================
+ Hits          392      410      +18     
  Misses         47       47              
  Partials       21       21              
Impacted Files Coverage Δ
mdutils/mdutils.py 74.19% <100.00%> (ø)
mdutils/tools/Header.py 81.81% <100.00%> (+6.81%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@didix21 didix21 self-requested a review December 9, 2022 11:09
@didix21 didix21 added the enhancement New feature or request label Dec 9, 2022
@@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
Copy link
Owner

Choose a reason for hiding this comment

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

Is a requirement to update python version for this P.R?

Copy link
Contributor Author

@kieferro kieferro Dec 9, 2022

Choose a reason for hiding this comment

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

No, it's not but the workflow to calculate the coverage doesn't work with version 3.6. I removed this commit

@didix21 didix21 merged commit f7d4f41 into didix21:master Dec 10, 2022
@kieferro kieferro deleted the header-id branch December 10, 2022 15:12
@didix21 didix21 changed the title [New feature] Introduce header_id as parameter for headers Introduce header_id as parameter for headers Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Id to header
2 participants