packages feed

pandoc-3.8.3: test/command/11253.md

```
% pandoc -f markdown -t native
\ifstrequal{hello}{hello}{TRUE}{FALSE}
\ifstrequal{hello}{world}{TRUE}{FALSE}
^D
[ Para
    [ RawInline (Format "tex") "TRUE"
    , SoftBreak
    , RawInline (Format "tex") "FALSE"
    ]
]
```

```
% pandoc -f markdown-latex_macros -t native
\ifstrequal{hello}{hello}{TRUE}{FALSE}
\ifstrequal{hello}{world}{TRUE}{FALSE}
^D
[ Para
    [ RawInline
        (Format "tex") "\\ifstrequal{hello}{hello}{TRUE}{FALSE}"
    , SoftBreak
    , RawInline
        (Format "tex") "\\ifstrequal{hello}{world}{TRUE}{FALSE}"
    ]
]
```