Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-abc committed Aug 27, 2021
1 parent 235709b commit c912bdc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ optional keys in the `renderers` option which can provide this:

As an example, if we have an `orderedlistitem`:

```sveltehtml
```html
<style>
li::marker{
color: blue;
Expand All @@ -141,10 +141,11 @@ Then numbers at the start of ordered list items would be colored blue. Bullets a
would remain the default text color.

### Inline Markdown
To use [inline markdown](https://marked.js.org/using_advanced#inline), you can assigne prop `isInline` to the component.

```sveltehtml
<SvelteMarkdown {source} isInline={true} />
To use [inline markdown](https://marked.js.org/using_advanced#inline), you can assign the prop `isInline` to the component.

```html
<SvelteMarkdown {source} isInline />
```

## Developing
Expand Down

0 comments on commit c912bdc

Please sign in to comment.