Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Align urls in codeblock to the right #245

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

marcofranssen
Copy link
Contributor

image

```go main.go https://play.golang.org/p/qBTbYiZezKB playground
package main

import "fmt"

func main() {
     deferExample()
     fmt.Println("Returned from deferExample.")
}

func deferExample() {
     defer fmt.Println("Deferred log.")
     fmt.Println("Print line.")
}

@ppoffice ppoffice merged commit 5ab7538 into ppoffice:master Jan 4, 2019
@marcofranssen marcofranssen deleted the feature/url-in-code-block branch January 6, 2019 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants