Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dokuwiki -> HTML and Markdown] List of links badly converted from Dokuwiki #9630

Closed
KillianKemps opened this issue Apr 4, 2024 · 1 comment
Labels

Comments

@KillianKemps
Copy link

List of links in Dokuwiki are badly parsed.

Command

./pandoc --from=dokuwiki zabbix.txt -o zabbix.html

Input

  * Plein de tutos ici : [[https://techexpert.tips/category/zabbix/|https://techexpert.tips/category/zabbix/]]
  * [[https://wiki.monitoring-fr.org/zabbix/start#i-zabbix|https://wiki.monitoring-fr.org/zabbix/start#i-zabbix]]
  * [[https://www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7|https://www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7]]
  * [[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr|https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr]]
  * [[https://www.zabbix.com/forum/|Forum Zabbix]]
  * [[https://www.zabbix.com/documentation/4.0/fr/manual|Doc Zabbix en fr]]

Output

<ul>
<li>Plein de tutos ici : <a href="https://techexpert.tips/category/zabbix/">https:<em>techexpert.tips/category/zabbix/]]
*
[[https:</em>wiki.monitoring-fr.org/zabbix/start#i-zabbix|https:<em>wiki.monitoring-fr.org/zabbix/start#i-zabbix]]
*
[[https:</em>www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7|https:<em>www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7]]
*
[[https:</em>www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr|https:<em>www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr]]
* [[https:</em>www.zabbix.com/forum/|Forum Zabbix</a></li>
<li><a href="https://www.zabbix.com/documentation/4.0/fr/manual">Doc
Zabbix en fr</a></li>
</ul>

Expected output

<ul>
    <li>Plein de tutos ici : <a href="https://techexpert.tips/category/zabbix/">https://techexpert.tips/category/zabbix/</a></li>
    <li><a href="https://wiki.monitoring-fr.org/zabbix/start#i-zabbix">https://wiki.monitoring-fr.org/zabbix/start#i-zabbix]]</a></li>
    <li><a href="https://www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7">https://www.codeflow.site/fr/article/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-centos-7</a></li>
    <li><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr">https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04-fr</a></li>
    <li><a href="https://www.zabbix.com/forum/">Forum Zabbix</a></li>
    <li><a href="https://www.zabbix.com/documentation/4.0/fr/manual">Doc Zabbix en fr</a></li>
</ul>

Pandoc version

Pandoc version : 3.1.12.3
OS : Debian 12

@jgm jgm closed this as completed in e1f4594 Apr 4, 2024
@KillianKemps
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant