You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link text simplification checks t.value.contains('/') && t.value.contains('.') then takes rsplit('/').next(). Text like v1.0/release would be simplified to release.
Link text simplification checks
t.value.contains('/') && t.value.contains('.')then takesrsplit('/').next(). Text likev1.0/releasewould be simplified torelease.File:
sdk/src/infra/md_compiler/transformer.rs:926-941