Skip to content

Commit

Permalink
trying ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 31, 2024
1 parent e6d616f commit c310696
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Microdown has a number of extension points to allow new functionality to be adde
In particular, Microdown has support for LaTeX, Pharo-defined color highlighting of embedded code, inclusion of one document into another.

### Syntax
[The Syntax Chapter](syntax.md) defines the syntax of Microdown.
[This Extension Chapter](extension.md) defines the extension mechanisms of Microdown.
*@[The Syntax Chapter](syntax.md)@* defines the syntax of Microdown.
*@[This Extension Chapter](extension.md)@* defines the extension mechanisms of Microdown.


### Available checkers
Expand All @@ -25,9 +25,9 @@ By default a checker will report:
- Unreferenced figures,
- Figures referencing unknown files,
- References to unknown included file,
- Invalid code snippets (acting as tests for code sample),
- Invalid code snippets (acting as tests for code samples),
- Copied method diverging from their source.

## API
An important aspect of Microdown is its API, which allow you to work with Microdown from within Pharo.
[The Chapter API](api.md) explains the overall architecture of Microdown and the key methods.
An important aspect of Microdown is its API, which allows you to work with Microdown from within Pharo.
*@[The Chapter API](api.md)@* explains the overall architecture of Microdown and the key methods.

0 comments on commit c310696

Please sign in to comment.