https://github.com/pillar-markup/beautifulcomments
A nice extension of Pharo to support class comments in Microdown and better rendered.
https://github.com/pillar-markup/beautifulcomments
Last synced: 8 months ago
JSON representation
A nice extension of Pharo to support class comments in Microdown and better rendered.
- Host: GitHub
- URL: https://github.com/pillar-markup/beautifulcomments
- Owner: pillar-markup
- License: mit
- Created: 2021-06-18T20:59:19.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-26T16:23:36.000Z (about 1 year ago)
- Last Synced: 2025-02-15T23:42:01.661Z (10 months ago)
- Language: Smalltalk
- Size: 102 KB
- Stars: 2
- Watchers: 8
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeautifulComments
A nice extension of Pharo to support class comments in Microdown and nice rendering.
[](https://github.com/pillar-markup/BeautifulComments/actions/workflows/currentAll.yml)
[](https://github.com/pillar-markup/BeautifulComments/actions/workflows/currentDev.yml)
## Loading
```Smalltalk
Metacello new
baseline: 'BeautifulComments';
repository: 'github://pillar-markup/BeautifulComments:master/src';
load.
```
More to come...