decruft 0.1.1

Extract clean, readable content from web pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```json
{
  "title": "Inline Code with Links",
  "author": "",
  "site": "",
  "published": ""
}
```

Documentation tools sometimes wrap identifiers in links inside inline code. For example, the type `Nat` is a common type in the language.

Multiple links can appear in a single code span: `List Nat` should render as `List Nat` without any markdown link syntax.

Regular links outside of code should still work normally. See [the guide](https://example.org/guide) for more details. This paragraph ensures there is enough content for stable extraction.