diplodoc-platform / diplodoc-platform/transform
Proposition for improvements to note plugin
Open
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 59
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
There are several propositions:
1. Add more note types with more color options (e.g. grey)
2. What about removal on title attribute for note. It is optional, but when it is absent it still renders as empty block.
What about going from this syntax:
```
{% note title="title" %}
content
{% endnote%}
```
To this:
```
{% note %}
*title*
content
{% endnote%}
```
Contributor guide
Assessment
This issue has not been assessed yet.