Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelGajera authored Jan 15, 2025
1 parent e6d9be5 commit 49e6efc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ The following Markdown elements are currently supported by `jspdf-md-renderer`:
- **Lists**:
- Unordered lists: `-`, `*`, `+`
- Ordered lists: `1.`, `2.`, `3.`, etc.
- **Code Blocks** (fenced and indented):
````markdown
```js
console.log('Hello, world!');
```
````
### Proposed for Future Implementation:
- **Emphasis**:
- **Bold**: `**bold text**` or `__bold text__`
Expand All @@ -163,14 +169,6 @@ The following Markdown elements are currently supported by `jspdf-md-renderer`:
```markdown
[GitHub](https://github.com)
```
- **Code Blocks** (fenced and indented):
````markdown
```js
console.log('Hello, world!');
```
````


- **Inline Code**:
```markdown
This is an `inline code` example.
Expand Down

0 comments on commit 49e6efc

Please sign in to comment.