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

Fix formatting for nested code elements in README.md #215

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

RobertKeyser
Copy link
Contributor

@RobertKeyser RobertKeyser commented Nov 9, 2021

Code Changes

  • list your code changes here

Steps to Confirm

  • list any manual steps taken to confirm the changes

View the rendered README.md at the root of the repository in GitHub.
https://github.com/ethyca/fides/blob/rkeyser-readme-formatting/README.md

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Documentation Updated

Description Of Changes

GitHub flavored MD can be finicky about blending MD with HTML. For the Summary/Description blocks, some of the code references were not displaying properly. Instead, they were showing unformatted with surrounding backticks. To resolve this, I changed inline ones to <code> ... </code> blocks and added an extra line between some content.

It originally looked like this:

image

And now it looks like this:
image

GitHub flavored MD can be finicky about blending MD with HTML. For the Summary/Description blocks, some of the code references were not displaying properly. Instead, they were showing unformatted with surrounding backticks. To resolve this, I changed inline ones to <code></code> blocks and added an extra line between some content.
@RobertKeyser RobertKeyser marked this pull request as ready for review November 9, 2021 19:19
@RobertKeyser RobertKeyser self-assigned this Nov 9, 2021
@RobertKeyser RobertKeyser added the documentation Improvements or additions to documentation label Nov 9, 2021
Copy link
Contributor

@ThomasLaPiana ThomasLaPiana left a comment

Choose a reason for hiding this comment

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

LGTM! thanks for the contribution!

@ThomasLaPiana
Copy link
Contributor

@iamkelllly feel free to merge unless you find an issue in review

@ThomasLaPiana
Copy link
Contributor

@iamkelllly jk this is a simple change, no need to put more on your plate, going to go ahead and merge

@ThomasLaPiana ThomasLaPiana merged commit d4e08b1 into main Nov 9, 2021
@ThomasLaPiana ThomasLaPiana deleted the rkeyser-readme-formatting branch November 9, 2021 20:52
ThomasLaPiana pushed a commit that referenced this pull request Aug 17, 2022
Adds query execution (access and erasure) support for BigQuery.
ThomasLaPiana pushed a commit that referenced this pull request Aug 17, 2022
* Implements initial privacy center layout

* Implement privacy request modal

* 80 Query Execution BigQuery (#215)

Adds query execution (access and erasure) support for BigQuery.

* makes client_id optional on the PrivacyRequest model

* makes PrivacyRequestCreate.requested_at optional, and default to datetime.utcnow() in the API view

* remove authentication requirements from privacy request create tests

* Update request format slightly

* Switch to babel for compilation to prevent swc build error

* Implement alerts

* Implement optionally required fields

* Move types out of ignored lib folder

* Commit updated files referring to types

* Tweak styles to match Figma designs

* Correct action card layout for all numbers of cards

* Correct logo placement behind alerts

* Correct merge changes

* Implement testing

* Document functionality in README

* Correct README header

* Correct deployment instructions

* Move test setup file to __tests__ folder

* simplify initial config

* Address PR comments

- Remove .env.development file as config lives in `config/config.json`
- Update docs to include instructions to `npm install`
- Add `test:ci` command
- Remove email validation from form
- Add anchor logo on 404 page

Co-authored-by: Catherine Smith <eastandwestwind@gmail.com>
Co-authored-by: Sean Preston <sean@ethyca.com>
ThomasLaPiana pushed a commit that referenced this pull request Aug 17, 2022
* Implements initial privacy center layout

* Implement privacy request modal

* 80 Query Execution BigQuery (#215)

Adds query execution (access and erasure) support for BigQuery.

* makes client_id optional on the PrivacyRequest model

* makes PrivacyRequestCreate.requested_at optional, and default to datetime.utcnow() in the API view

* remove authentication requirements from privacy request create tests

* Update request format slightly

* Switch to babel for compilation to prevent swc build error

* Implement alerts

* Implement optionally required fields

* Move types out of ignored lib folder

* Commit updated files referring to types

* Tweak styles to match Figma designs

* Correct action card layout for all numbers of cards

* Correct logo placement behind alerts

* Correct merge changes

* Implement testing

* Document functionality in README

* Correct README header

* Correct deployment instructions

* Move test setup file to __tests__ folder

* simplify initial config

* Address PR comments

- Remove .env.development file as config lives in `config/config.json`
- Update docs to include instructions to `npm install`
- Add `test:ci` command
- Remove email validation from form
- Add anchor logo on 404 page

* Update README to include note about CSS customization

* Reapply README change

* Remove manual line wrapping from README.md

* Implement UI mock of requests management page

* Improve layout fidelity to designs

* Initialize state management with redux-toolkit

* Implement API mock

* Implement mock server

* Implement login, data retrieval, PII obscuring

* Begin implementing request filters

* Implement ID copying

* Implement searching by ID

* Implement CSV download

* Add policy tag

* adds a data migration to seed some example policies and privacy requests

* autocommit enum field changes so we can use them in the subsequent migration

* Implement Approve / Deny requests

* Implement pagination

* Implement auth redirect, pagination filter reset

* Correct recursive imports by adding type prefix

* Replace hardcoded endpoints with env variables

* Correct tab focus handling on request table rows

* Add shadow to row action hover menu

* Disabled unsupported nav links

* Add border radius to inputs

* Remove unnecessary auth env variable

* Response to review comments

* Expand README

* Revert "adds a data migration to seed some example policies and privacy requests"

This reverts commit 3376b0399d9e90d6aa900eb6583e25a9673baeef.

* Revert "autocommit enum field changes so we can use them in the subsequent migration"

This reverts commit ae8a64810defb376c2ef9099489737942250afae.

* Grab correct reviewer field

Co-authored-by: Catherine Smith <eastandwestwind@gmail.com>
Co-authored-by: Sean Preston <sean@ethyca.com>
ThomasLaPiana pushed a commit that referenced this pull request Sep 26, 2022
Adds query execution (access and erasure) support for BigQuery.
ThomasLaPiana pushed a commit that referenced this pull request Sep 26, 2022
* Implements initial privacy center layout

* Implement privacy request modal

* 80 Query Execution BigQuery (#215)

Adds query execution (access and erasure) support for BigQuery.

* makes client_id optional on the PrivacyRequest model

* makes PrivacyRequestCreate.requested_at optional, and default to datetime.utcnow() in the API view

* remove authentication requirements from privacy request create tests

* Update request format slightly

* Switch to babel for compilation to prevent swc build error

* Implement alerts

* Implement optionally required fields

* Move types out of ignored lib folder

* Commit updated files referring to types

* Tweak styles to match Figma designs

* Correct action card layout for all numbers of cards

* Correct logo placement behind alerts

* Correct merge changes

* Implement testing

* Document functionality in README

* Correct README header

* Correct deployment instructions

* Move test setup file to __tests__ folder

* simplify initial config

* Address PR comments

- Remove .env.development file as config lives in `config/config.json`
- Update docs to include instructions to `npm install`
- Add `test:ci` command
- Remove email validation from form
- Add anchor logo on 404 page

Co-authored-by: Catherine Smith <eastandwestwind@gmail.com>
Co-authored-by: Sean Preston <sean@ethyca.com>
ThomasLaPiana pushed a commit that referenced this pull request Sep 26, 2022
* Implements initial privacy center layout

* Implement privacy request modal

* 80 Query Execution BigQuery (#215)

Adds query execution (access and erasure) support for BigQuery.

* makes client_id optional on the PrivacyRequest model

* makes PrivacyRequestCreate.requested_at optional, and default to datetime.utcnow() in the API view

* remove authentication requirements from privacy request create tests

* Update request format slightly

* Switch to babel for compilation to prevent swc build error

* Implement alerts

* Implement optionally required fields

* Move types out of ignored lib folder

* Commit updated files referring to types

* Tweak styles to match Figma designs

* Correct action card layout for all numbers of cards

* Correct logo placement behind alerts

* Correct merge changes

* Implement testing

* Document functionality in README

* Correct README header

* Correct deployment instructions

* Move test setup file to __tests__ folder

* simplify initial config

* Address PR comments

- Remove .env.development file as config lives in `config/config.json`
- Update docs to include instructions to `npm install`
- Add `test:ci` command
- Remove email validation from form
- Add anchor logo on 404 page

* Update README to include note about CSS customization

* Reapply README change

* Remove manual line wrapping from README.md

* Implement UI mock of requests management page

* Improve layout fidelity to designs

* Initialize state management with redux-toolkit

* Implement API mock

* Implement mock server

* Implement login, data retrieval, PII obscuring

* Begin implementing request filters

* Implement ID copying

* Implement searching by ID

* Implement CSV download

* Add policy tag

* adds a data migration to seed some example policies and privacy requests

* autocommit enum field changes so we can use them in the subsequent migration

* Implement Approve / Deny requests

* Implement pagination

* Implement auth redirect, pagination filter reset

* Correct recursive imports by adding type prefix

* Replace hardcoded endpoints with env variables

* Correct tab focus handling on request table rows

* Add shadow to row action hover menu

* Disabled unsupported nav links

* Add border radius to inputs

* Remove unnecessary auth env variable

* Response to review comments

* Expand README

* Revert "adds a data migration to seed some example policies and privacy requests"

This reverts commit 4d1628132929312cd749bde49e37c0108bc2bf79.

* Revert "autocommit enum field changes so we can use them in the subsequent migration"

This reverts commit c9a2587b4355e1d5acf37fa28461cbdd61ec931e.

* Grab correct reviewer field

Co-authored-by: Catherine Smith <eastandwestwind@gmail.com>
Co-authored-by: Sean Preston <sean@ethyca.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants