Skip to content

Commit ead5a0b

Browse files
6543silverwind
andauthored
Update docs/content/doc/advanced/external-renderers.en-us.md
Co-authored-by: silverwind <me@silverwind.io>
1 parent 416b54d commit ead5a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/external-renderers.en-us.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Once your configuration changes have been made, restart Gitea to have changes ta
9999
**Note**: Prior to Gitea 1.12 there was a single `markup.sanitiser` section with keys that were redefined for multiple rules, however,
100100
there were significant problems with this method of configuration necessitating configuration through multiple sections.
101101

102-
## Customising CSS
102+
## Customizing CSS
103103
The external renderer is specified in the .ini in the format `[markup.XXXXX]` and the HTML supplied by your external renderer will be wrapped in a `<div>` with classes `markup` and `XXXXX`. The `markup` class provides out of the box styling (as does `markdown` if `XXXXX` is `markdown`). Otherwise you can use these classes to specifically target the contents of your rendered HTML.
104104

105105
And so you could write some Less:
@@ -165,4 +165,4 @@ or if using pure CSS
165165

166166
```html
167167
<link rel="stylesheet/less" type="text/css" href="{{AppSubUrl}}/css/my-style-XXXXX.css" />
168-
```
168+
```

0 commit comments

Comments
 (0)