BISM-Team / TRPG-Website

https://trpg-website.vercel.app
GNU General Public License v3.0
1 stars 0 forks source link

Modification and other methods implementation #10

Closed difanta closed 1 year ago

difanta commented 1 year ago

After Release:

difanta commented 1 year ago

Tag injection works but heading ids are not handled, a tag has format page#heading_name and is a "broken" link because it should be page#heading_id. Handling id would introduce some problems, for example renaming tag on referenced heading rename and directiveToTags should output [page#heading_name](page#heading_id), but it currently can't.