Explicit header, text and bullet blocks rather than one HTML block in ui spec
This commit is contained in:
parent
85ebfef44a
commit
c4d0c0e9da
5 changed files with 82 additions and 41 deletions
|
|
@ -20,7 +20,7 @@ The script is removed but the contents remain.
|
|||
### Result
|
||||
```html
|
||||
alert("x")
|
||||
<p>Hello</p>
|
||||
Hello
|
||||
```
|
||||
## Test script in bold tag
|
||||
|
||||
|
|
@ -81,4 +81,15 @@ Remove the javascript from the links.
|
|||
### Result
|
||||
```html
|
||||
<a href="https://openflexure.org" target="_blank" rel="noopener noreferrer">OpenFlexure</a>
|
||||
```
|
||||
|
||||
## Test basic formatting preserved
|
||||
Check basic elements are not changed
|
||||
### Input
|
||||
```html
|
||||
This is <b>bold</b> <i>italic</i> and on a new <br/> line.
|
||||
```
|
||||
### Result
|
||||
```html
|
||||
This is <b>bold</b> <i>italic</i> and on a new <br/> line.
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue