An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BeautifulComments

A nice extension of Pharo to support class comments in Microdown and nice rendering.

[![BeautifulComments-Pharo-Integration](https://github.com/pillar-markup/BeautifulComments/actions/workflows/currentAll.yml/badge.svg)](https://github.com/pillar-markup/BeautifulComments/actions/workflows/currentAll.yml)
[![currentDev](https://github.com/pillar-markup/BeautifulComments/actions/workflows/currentDev.yml/badge.svg)](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...