markdown-it-rust / markdown-it

markdown-it js library rewritten in rust
Other
79 stars 9 forks source link

Change attribute key type from &str to String #41

Open charlyisidore opened 2 months ago

charlyisidore commented 2 months ago

Allows to store attribute keys as string instead of &'static str.