Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse authored Apr 14, 2024
1 parent af8335d commit ff61360
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,27 @@ Metacello new
load.
```

## History

We have two sources: Pharo in one hand and Pillar and both are not totally synchronised.

Using Pharo 12: v2.5.x
- v2.5.1 - add LaTeX math with reference support for Pharo 12 and Pillar development up to v10.0.0

- v2.4.2 for Pillar 9.0.1

### Pillar History
For Pharo 12
- v10.0.0 but with some links problems due to new inline parser using MD v2.5.0

For Pharo 11
- v9.0.1 Fixing link problems.
- v9.0.0 loading in Pharo 11. The development will now happen in P11.

For Pharo 10
-v8.3.2 fixed baseline and updated readme


## Implementation
The parser follows the design mentioned in [https://github.github.com/gfm](https://github.github.com/gfm), in particular the parsing strategy in appendix A.

Expand All @@ -206,4 +227,4 @@ When a new line is read we do the following:
4. The root node is not closed until input is exhausted

The other packages in this repository are the extensions made to produce Pillar model.
Such packages should be moved in the future to other location (probably pillar itself).
Such packages should be moved in the future to other location (probably pillar itself).

0 comments on commit ff61360

Please sign in to comment.