You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display arguments as term lists in docc-flavored markdown generation (#754)
* display arguments as term lists in docc-flavored markdown generation
- added a Boolean to distinguish regular (GH-flavored) markdown from docc-flavored
markdown
- represent the arguments in generated files with term lists for the
docc-flavored variant
- updated the snapshot tests to work both GH and DocC flavored markdown
generation
- removed an added "\n" in the recording of content for snapshot tests,
which caused the snapshot tests some issues (recorded tests with new
values wouldn't pass on second-run)
* applying formatting using Script/format
* resolve soundness check issue for throwing function
* switches argument to --style, defaulting to github flavored markdown, and accepting as 'docc' as an alternative
* adding comments for future-me to understand flow in generate manual to match generate reference
0 commit comments