Skip to content

Commit 53f3c1c

Browse files
committed
diagram-generator: Add note that the filter is maintained elsewhere
Closes: #280
1 parent ae7cbb0 commit 53f3c1c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

diagram-generator/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Diagram Generator Lua Filter
22

3+
> [!NOTE]
4+
>
5+
> This filter is now maintained in its own repository at
6+
> [pandoc-ext/diagram]. The version here is outdated.
7+
8+
[pandoc-ext/diagram]: https://github.com/pandoc-ext/diagram
9+
310
## Introduction
411
This Lua filter is used to create images with or without captions from code
512
blocks. Currently PlantUML, Graphviz, Ti*k*Z and Python can be processed.
@@ -167,7 +174,7 @@ plt.savefig("$DESTINATION$", dpi=300, format="$FORMAT$")
167174
The placeholder `$FORMAT$` gets replace by the necessary format. Most of the
168175
time, this will be `png` or `svg`. The second placeholder, `$DESTINATION$`
169176
gets replaced by the path and file name of the destination. Both placeholders
170-
can be used as many times as you want. Example usage from the [Matplotlib
177+
can be used as many times as you want. Example usage from the [Matplotlib
171178
examples](https://matplotlib.org/gallery/lines_bars_and_markers/cohere.html#sphx-glr-gallery-lines-bars-and-markers-cohere-py):
172179

173180
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)