aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 48a4e12..86f0c98 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -190,7 +190,6 @@ mixin SiSUnode;
mixin SiSUbiblio;
mixin SiSUrgxInitFlags;
mixin SiSUconfigSDLangHub;
-mixin SiSUmarkupRaw;
mixin outputHub;
#+END_SRC
@@ -198,7 +197,6 @@ mixin outputHub;
#+NAME: sdp_args
#+BEGIN_SRC d
-auto raw = MarkupRaw();
/+
struct DocumentParts {
string[string][] contents;
@@ -381,7 +379,7 @@ enforce(
/+ ↓ read file (filename with path) +/
/+ ↓ file tuple of header and content +/
auto _0_header_1_body_content_2_insert_filelist_tuple =
- raw.sourceContentSplitIntoHeaderAndBody(raw.sourceContent(fn_src), fn_src);
+ SiSUmarkupRaw!()(fn_src);
static assert(!isTypeTuple!(_0_header_1_body_content_2_insert_filelist_tuple));
static assert(_0_header_1_body_content_2_insert_filelist_tuple.length==3);
debug(header_and_body) {