Skip to content

Commit

Permalink
Lua filters documentation: remove reference to phrenology.
Browse files Browse the repository at this point in the history
Closes #9024.
  • Loading branch information
jgm committed Aug 25, 2023
1 parent 8771626 commit 0a298cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ If the contents of file `occupations.md` is
``` markdown
---
name: Samuel Q. Smith
occupation: Professor of Phrenology
occupation: Professor of Oenology
---

Name
Expand All @@ -628,7 +628,7 @@ will output:
<dd><p><span>Samuel Q. Smith</span></p>
</dd>
<dt>Occupation</dt>
<dd><p><span>Professor of Phrenology</span></p>
<dd><p><span>Professor of Oenology</span></p>
</dd>
</dl>
```
Expand Down

0 comments on commit 0a298cb

Please sign in to comment.