diplodoc-platform / diplodoc-platform/cli
Игнрориуется инклуд внутри многострочных таблиц
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 51
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 38
Description
Делаем таблицу вроде следующей:
--- содержимое включаемого файла rest-result.md ---
|| **time**
`array` | Information about how much time this query has required ||
|| **start**
`double` | Timestamp when this query has been initiated ||
|| **finish**
`double` | Timestamp when this query has been finished ||
|| **duration**
`double` | How long in milliseconds this query has been executing (finish - start) ||
|| **date_start**
`string` | Date and time when this query has been initiated ||
|| **date_finish**
`double` | Date and time when this query has been finished ||
|| **operating_reset_at**
`timestamp` | Timestamp when the limits on REST API resources will be reset. Read more details about [operation limitations](../../limits.md) ||
|| **operating**
`double` | After how many milliseconds will the limit be reset? Read more details about [operation limitations](../../limits.md) ||
------
Никаких ошибок при сборке, но в резудльтате таблица содержит только следующее:
Contributor guide
Assessment
This issue has not been assessed yet.