Skip to content

Commit

Permalink
Fix links to doc (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
burashka authored Oct 3, 2024
1 parent fc98e74 commit 435ae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Use it in your code to work with text during program execution. For example, to

The package provides the `transform()` function:
- Input data: [Settings](settings.md) and a string with YFM.
- Input data: [Settings](https://diplodoc.com/docs/en/tools/transform/settings) and a string with YFM.
- Returned value: An object with the `result` and `logs` fields.
### Result field
`result`: Resulting object, contains the fields:
- `html`: A line with HTML.
- `meta`: [Metadata](../../syntax/meta.md#meta) from the transmitted content.
- `meta`: Metadata from the transmitted content.
- `title`: The document title. Returned if `extractTitle = true` or `needTitle = true`.
- `headings`: A list of document headers.
Expand Down

0 comments on commit 435ae84

Please sign in to comment.