remark-docx 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ If you have some feature requests or improvements, please create a [issue](https
23
23
  - [ ] code
24
24
  - [ ] yaml
25
25
  - [ ] toml
26
- - [ ] definition
26
+ - [x] definition
27
27
  - [x] footnoteDefinition
28
28
  - [x] text
29
29
  - [x] emphasis
@@ -33,8 +33,8 @@ If you have some feature requests or improvements, please create a [issue](https
33
33
  - [x] break
34
34
  - [x] link
35
35
  - [x] image
36
- - [ ] linkReference
37
- - [ ] imageReference
36
+ - [x] linkReference
37
+ - [x] imageReference
38
38
  - [x] footnote
39
39
  - [x] footnoteReference
40
40
  - [x] LaTeX support with math and inlineMath ([remark-math](https://github.com/remarkjs/remark-math) is required)