mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
feat: added capability to add css class and id to images + links + refactoring (#820)
* method extraction * support for CSS class and id * Update package.json * Added tests for refactored render-methods * minor refactoring
This commit is contained in:
+16
-1
@@ -81,9 +81,12 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
|
||||
- [ ] bim
|
||||
- [ ] lim
|
||||
|
||||
## Image resizing
|
||||
## Image
|
||||
|
||||
### Resizing
|
||||
|
||||
```md
|
||||

|
||||

|
||||

|
||||
|
||||
@@ -96,6 +99,18 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
|
||||

|
||||

|
||||
|
||||
### Customise class
|
||||
|
||||
```md
|
||||

|
||||
```
|
||||
|
||||
### Customise ID
|
||||
|
||||
```md
|
||||

|
||||
```
|
||||
|
||||
## Customise ID for headings
|
||||
|
||||
```md
|
||||
|
||||
Reference in New Issue
Block a user