Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

escape html, fix #72 #73

Merged
merged 2 commits into from
Mar 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/2.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This section lists config options for `<style>` elements.
The `css` option accepts style handling options.
- Set `css: null` to extract a consolidated style file in `dist/bundle.css`.
- Set `css: false` to disable style at all.
- Set `css: true` to dynamically inject as <style> tags via JavaScript.
- Set `css: true` to dynamically inject as `<style>` tags via JavaScript.
- Set `css: String` (eg: `css: 'dist/css/my-bundle.css`) to extract a consolidated style file in `dist/css/my-bundle.css`.
- Set `css: Function` to provide a custom handler. Your handler would receive 3 parameters:
- `style: String` - A string with all style elements' content concatenated.
Expand Down