Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse authored Feb 23, 2024
1 parent 72f4ac7 commit 5cf2a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ But also
## Core Syntax in 2 seconds

```
#Header
# Header
@anchor
% This is line comment
Expand Down Expand Up @@ -69,10 +69,10 @@ There are three ways to create anchors
- `@anchorlabel` will create an anchor to the preceeding element.
- Figures, mathematical environments, environment can specify label as arguments (`label`)
- Code block can specify label as argument (argument named `label`)
- Citations `{!citation|ref=Blac09a!}` -- note that the bib file should be defined in the pillar.conf file
### Codeblock
Microdown offer the same code block that markdown but arguments can be specified and the annotation should be named. The first line after the \`\`\` can be `language=pharo|label=code1|caption=this is my great piece of code`
Microdown offer the same code block that markdown but arguments can be specified and the annotation should be named. The first line after the \`\`\` can be `language=pharo&label=code1&caption=this is my great piece of code`
The following code is not able to display it because markdown quote block are strange and interpret nested block. So we cannot use quoteblock for quoting!
Expand Down

0 comments on commit 5cf2a41

Please sign in to comment.