From 866e7778e962d4ae3b63fd7d68a3da005ecac193 Mon Sep 17 00:00:00 2001 From: Jazzpirate Date: Sat, 27 Jul 2024 14:02:11 +0200 Subject: [PATCH] deprecated directHTML in favor of HTMLLiteral --- rustex/src/commands.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rustex/src/commands.rs b/rustex/src/commands.rs index caf80eb..ea4ccb9 100644 --- a/rustex/src/commands.rs +++ b/rustex/src/commands.rs @@ -42,7 +42,6 @@ pub fn register_primitives_postinit(engine:&mut DefaultEngine) { register_unexpandable(engine,"rustex@annotateTop",CommandScope::Any,annot_top); register_unexpandable(engine,"rustex@cssLink",CommandScope::Any,css_link); register_unexpandable(engine,"rustex@HTMLLiteral",CommandScope::Any,html_literal); - register_unexpandable(engine,"rustex@directHTML",CommandScope::Any,html_literal); // if@rustex // rustex@directHTML }