I've made a sample swift playground.
I've added few playground pages and tried to give link using markups as given in docs but timeline view does not show any markups/Links.
How do I add links here and is there a way to navigate to next playground page on pressing a button event?
Swift Playground is created for getting familiar with the swift language. It is more language specific rather than Xcode oriented.
To navigate from one page to another you should instead start a new project and try to use segues for the purpose. Hope this link will help you.