-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Update markdown tables #9778
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
Update markdown tables #9778
Conversation
I need before and after screenshots of the changes. |
What does it look like on the website? |
If you open each screenshot, you'll notice that dots have appeared at the end of sentences where they weren't, and also the unnecessary semicolon in Contracts after |
You can make sure that all tables are displayed correctly by use command in cloned git clone --single-branch --branch "update-tables" https://github.com/TENIOS/docs "resources/docs/11.x" |
I also noticed that some tables are missing It's not due to my changes you can check it out at Contracts page in production. |
@taylorotwell, thanks. |
I "freshened up" the tables and fixed some, such as those that were too long and indented (
contracts.md
). Many tables have become more readable for documentation developers.Please don't close the PR, I'm willing to fix or put some changes back in. I've done a lot of work and I don't want it to just disappear.