1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 00:40:07 +08:00
SpaceVim/docs/api/web/html.md
2020-09-14 22:47:49 +08:00

27 lines
567 B
Markdown

---
title: "web#html API"
description: "web#html API provides some basic functions and values for parser html file."
---
# [Available APIs](../../) >> web#html
<!-- vim-markdown-toc GFM -->
- [Intro](#intro)
- [Functions](#functions)
<!-- vim-markdown-toc -->
## Intro
web#html API provides some basic functions and values for parser html file.
## Functions
| function name | description |
| ----------------- | --------------- |
| `parse(str)` | parser content |
| `parseFile(path)` | parse file path |
| `parseURL(url)` | parse url |