MD031 Fenced code blocks should be surrounded by blank lines

This commit is contained in:
taitus
2023-03-21 16:14:43 +01:00
parent e5a8f06049
commit 31efa97076
11 changed files with 19 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ The information to be filled in is divided into three sections:
![Request Data](../../img/remote_census/request-data-en.png)
To help you understand how to fill in each of the fields, we will rely on a supposed WebService that receives a method called `:get_habita_datos` with the following structure:
```
{
request: {

View File

@@ -9,7 +9,8 @@ For each platform, go to their developers section and follow their guides to cre
## 2. Set your CONSUL's url
They'll ask you for your CONSUL's auth URL, and as you can see running `rake routes` at your CONSUL repo locally:
```bash
```bash
user_omniauth_authorize GET|POST /users/auth/:provider(.:format) users/omniauth_callbacks#passthru {:provider=>/twitter|facebook|google_oauth2/}
```