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

feat(cmd) add embed option #59

Merged
merged 1 commit into from
Jan 6, 2022
Merged

feat(cmd) add embed option #59

merged 1 commit into from
Jan 6, 2022

Conversation

princjef
Copy link
Owner

@princjef princjef commented Jan 6, 2022

Adds a new --embed option which allows for documentation to be embedded in an existing markdown file

Fixes #55

@codecov-commenter
Copy link

Codecov Report

Merging #59 (9d5efb8) into master (08e0e91) will increase coverage by 0.55%.
The diff coverage is 54.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   54.02%   54.57%   +0.55%     
==========================================
  Files          16       17       +1     
  Lines        1516     1552      +36     
==========================================
+ Hits          819      847      +28     
- Misses        633      639       +6     
- Partials       64       66       +2     
Impacted Files Coverage Δ
cmd/gomarkdoc/output.go 50.49% <50.49%> (ø)
cmd/gomarkdoc/command.go 77.27% <100.00%> (+5.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08e0e91...9d5efb8. Read the comment docs.

@princjef princjef merged commit 0d783c7 into master Jan 6, 2022
@princjef princjef deleted the embed branch January 6, 2022 05:23
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.

Add option to append to existing output files if non-API documentation content exists
2 participants