Removing <link ..> tag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
ped
Reply | Threaded
Open this post in threaded view
|

Removing <link ..> tag

ped
Hello together

first of all I would like to send a big compliment to the developers of Asciidoctor - one of the best documentation tools I know!

When creating HTML files, the following link is always inserted:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

Since my HTML pages should get along completely without Internet connection, I have included the files of the following link

https://github.com/FortAwesome/Font-Awesome/releases/tag/v4.7.0

directly in my documentation structure. Everything works perfectly.

Is there nevertheless a possibility to set a flag when calling "asciidoctor ...", which prevents the entry or do I have to remove the text passages from my HTML file in the post-processin