Skip to content

Commit

Permalink
Finished with the docs. for this library
Browse files Browse the repository at this point in the history
  • Loading branch information
louiss0 committed Jul 24, 2023
1 parent 3a7ad6d commit ff73f52
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/markdoc-html-tag-schemas/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[Docs]: https://markdoc-html-tag-schemas-docs.onrender.com


# Markdoc-HTML-Tag-Schemas

This library is a library that was created to add essential tags that are meant to used in Markdoc.
Expand Down Expand Up @@ -49,6 +52,12 @@ of HTML attributes. The list of html elements that are supported as tags are.
- time
- dfn

For further documentation go to the [Markdoc HTML Tag Schemas Docs][Docs].

To look at supported schemas go [here](https://markdoc-html-tag-schemas-docs.onrender.com/schemas)

To look at supported attributes go [here](https://markdoc-html-tag-schemas-docs.onrender.com/attributes)

## Installation

```shell
Expand Down Expand Up @@ -110,4 +119,5 @@ To enable strict headings you can do this.

```js
markdocHTMLTagSchemas({strictHeadings:true})
```
```

0 comments on commit ff73f52

Please sign in to comment.