40ants / doc

Flexible documentation generator for Common Lisp projects.
https://40ants.com/doc/
Other
17 stars 6 forks source link

Potential Feature. Allow HTML using Spinneret. #39

Open K1D77A opened 10 months ago

K1D77A commented 10 months ago

Hi, Is an idea like this easy to implement? Currently Markdown is used, but would it be possible to define sections and explicitly state that you are going to write HTML directly using Spinneret? I think this combined with the custom themes would be very useful.

Thanks.

EDIT: This would break exporting as anything other than HTML though :thinking: Obviously I can do this with #.(spinneret:with-html-string

svetlyak40wt commented 10 months ago

Imagine, you have this feature. What kind of markup would you generate?

K1D77A commented 10 months ago

HTML

svetlyak40wt commented 10 months ago

I meant "what kind of problem would you solve using this feature?"