mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Adding \todo for LaTeX todos
Many packages (e.g. `todo`, `easy-todo`, `todonotes`) in LaTeX visually track TODOs in a document which makes them easy to see when editing; especially when sending to external editors. This commit adds support for these packages in LaTeX and creates GitHub issues just like you would have from a regular inline comment.
This commit is contained in:
parent
b394531dfd
commit
92a4bdf2d9
@ -430,6 +430,10 @@
|
|||||||
"type": "line",
|
"type": "line",
|
||||||
"pattern": "%"
|
"pattern": "%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "\\\\todo{"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "block",
|
"type": "block",
|
||||||
"pattern": {
|
"pattern": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user