You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,7 +83,7 @@ To make the `pillar` command available in your shell you can:
83
83
```bash
84
84
ln -s $PILLAR_HOME/build/pillar ~/bin/pillar
85
85
```
86
-
- or add the build folder into the your `PATH` environment variable, for example by adding into your `.bashrc` (or shell startup):
86
+
- or add the build folder into your `PATH` environment variable, for example by adding into your `.bashrc` (or shell startup):
87
87
```bash
88
88
export PATH="$PATH:$PILLAR_HOME/build"
89
89
```
@@ -106,7 +106,6 @@ Install a `LaTeX` distribution such as [MiKTeX](https://miktex.org/) and install
106
106
107
107
#### Tailored installation (for non-full lovers)
108
108
Producing pdf documents with Pillar requires a `LaTeX` installation with certain packages.
109
-
Pillar 7.7.3 introduced the possibility to use LaTeX 2018 or the rolling version of 2019.
110
109
Check the ensure-deps.sh files and the support/latex.
111
110
112
111
## Getting started
@@ -145,10 +144,8 @@ It builds by default the export format found in `pillar.conf` at `defaultExport`
145
144
146
145
**pillar updateTemplate**
147
146
148
-
**pillar serve**
149
-
150
147
## Contributing to Pillar
151
-
The current pillar version is being developped using [Pharo12](www.pharo.org).
148
+
The current pillar version is being developed using [Pharo12](www.pharo.org).
152
149
To contribute, the easiest way to to follow the previous scripts and send PullRequests.
153
150
Use the latest dev as a root for your changes.
154
151
@@ -178,8 +175,25 @@ The following script can be useful if you develop using the launcher and want to
178
175
179
176
### For Pharo 12
180
177
The development of Pillar and Microdown are now in Pharo 12.
181
-
- V10.1.0 Introduces new template for slides - microdown-mooc (based on extension <!slide...!>) and microdown-headerformat-mooc (using top-level header as slide definition marker. It sses Microdown v2.5.5.
182
-
- v10.0.1 Introduce figure arguments in caption instead of url for better integration with Github.
178
+
179
+
- v10.4.0
180
+
- Cleaned archetypes
181
+
- New documentation inside the bod-book template with the full syntax explained.
182
+
- Uses Microdown V2.7.1: introduces new elements to support Foliage and web generation. It improves the document checker. Now the following analyses are reported: duplicated anchors, references to unexisting anchors, unreferenced figures, missing figure files, and missing input files.
183
+
- It has been tested with the bod-book updated archetype.
184
+
185
+
- v10.2.0
186
+
- New book checkers: checks for undefined or duplicated anchors, bogus inputfile
187
+
- Support for slides as header e.g. # a nice title
188
+
Conversion of slides from pillar to Microdown
189
+
- Nicer support for extension e.g. {!comment|contents=sd thinks there is something fishy!} now can be expressed as {!comment|sd thinks there is something fishy!}`
190
+
- Cleaned book. Now pillar archetype bod-book can fully build on GH - check the workflows files that are automatically installed.
191
+
- Two new archetypes are proposed: microdown-mooc and microdown-headerformat-mooc.
192
+
- Support for github actions with LaTeX.
193
+
194
+
- v10.1.0
195
+
Introduces new template for slides - microdown-mooc (based on extension <!slide...!>) and microdown-headerformat-mooc (using top-level header as slide definition marker. It uses Microdown v2.5.5.
196
+
- v10.0.1 Introduces figure arguments in caption instead of url for better integration with Github.
183
197
- v10.0.0 bug fix with some links problems due to new inline parser.
Copy file name to clipboardExpand all lines: archetypes/bod-book/sample/Chapters/Chapter2/chapter2.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,4 @@ Code blocks are often used to define extensions. The `MicCodeBlockValidator` def
113
113
114
114
### Conclusion
115
115
116
-
Microdown is more than a Markdown language. In addition, to be extensible and having nice features such as references or anchors, it is a symbiotic markdown for Pharo. It gives authors of Pharo books a clear advantage with powerful extensions and tools that make them more efficient.
117
-
118
-
119
-
120
-
121
-
122
-
116
+
Microdown is more than a Markdown language. In addition, to be extensible and having nice features such as references or anchors, it is a symbiotic markdown for Pharo. It gives authors of Pharo books a clear advantage with powerful extensions and tools that make them more efficient.
0 commit comments