alexacallmebaka / kobayashi

a draconic static site builder. 🐉
https://jameshurd.net/projects/kobayashi/manual
3 stars 0 forks source link

inlining element grouping #3

Open ephing opened 1 month ago

ephing commented 1 month ago

I would like to be able to do this: Here is an {group}inlined{group}. there are no new lines at all 🤪.

Currently, kobayashi will recognize this as plain text rather than the grouping syntax. Ideally, this would create: <p>Here is an <span class="group">inlined</span>. there are no new lines at all 🤪.</p>.

This should also work in hyperlinks: [This is a {group_name}LINK{group_name}|https://youtu.be/dQw4w9WgXcQ]

alexacallmebaka commented 1 month ago

Thanks for the idea Ethan! I really like this. Going on my internal to-do list... 🫡