1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/docs/api/web/html.md
2018-09-25 22:09:28 +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 |