Skip to content
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

Markdown indentation not being taken #212

Closed
Franpanozzo opened this issue Apr 17, 2023 · 2 comments
Closed

Markdown indentation not being taken #212

Franpanozzo opened this issue Apr 17, 2023 · 2 comments
Assignees

Comments

@Franpanozzo
Copy link

Hi there! hope you're doing great. Here's the thing, I want to have identation on my extra documentation for the endpoints (the main goal behind this is that we want to add the form of the response body, since this package doesn't read the Resources).

/**
 * @lrd:start
 * Data on success:
 * ```
    {
        "data": [
            {
                "id": 16,
                "year": 2019,
                "company_id": 2,
                "user_id": 2,
                "industry_id": 2,
                "E_score": null,
                "S_score": null,
                "G_score": null,
                "overall_score": null,
                "closing_date": null,
                "is_annual": true
            }
        ]
    }
 * ```
 * @lrd:end
 *
 * @throws Exception
 */

public function start(StartReportRequest $request): JsonResponse
{

But in the HTML of the documentation, the indentation doesn't work:

image

If you guys could give me a hand with this one it will be great. Thanks in advance!

@Franpanozzo Franpanozzo changed the title Markdown identation not being taken Markdown indentation not being taken Apr 17, 2023
@kevincobain2000
Copy link
Member

This is fixable. Will will this week. Thanks.

@kevincobain2000
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants