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

27 lines
567 B
Markdown
Raw Normal View History

2018-07-13 20:35:27 +08:00
---
title: "web#html api"
description: "web#html API provides some basic functions and values for parser html file."
2018-07-13 20:35:27 +08:00
---
# [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.
2018-07-13 20:35:27 +08:00
## Functions
| function name | description |
| ----------------- | --------------- |
| `parse(str)` | parser content |
| `parseFile(path)` | parse file path |
| `parseURL(url)` | parse url |