Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Fix .md syntax error in code block display #190

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

michalczukm
Copy link

Now this code block displays as one line:

we need to define some users: ```csharp using Thinktecture.IdentityServer.Core.Services.InMemory;

static class Users { public static List Get() { return new List { new InMemoryUser { Username = "bob", Password = "secret", Subject = "1" }, new InMemoryUser { Username = "alice", Password = "secret", Subject = "2" } }; } } ```

I added missing enter.

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.

1 participant