mystmd 1.5.0__py3-none-any.whl → 1.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mystmd-1.5.0.dist-info → mystmd-1.5.1.dist-info}/METADATA +1 -1
- mystmd-1.5.1.dist-info/RECORD +9 -0
- mystmd_py/myst.cjs +104 -15
- mystmd-1.5.0.dist-info/RECORD +0 -9
- {mystmd-1.5.0.dist-info → mystmd-1.5.1.dist-info}/WHEEL +0 -0
- {mystmd-1.5.0.dist-info → mystmd-1.5.1.dist-info}/entry_points.txt +0 -0
- {mystmd-1.5.0.dist-info → mystmd-1.5.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
mystmd_py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
mystmd_py/main.py,sha256=qFAnpbiqjx7jXMMmPSVUBA7SSxuRjmr6SiRDBH0rhKQ,2767
|
3
|
+
mystmd_py/myst.cjs,sha256=eLGMcycCvFsjVfhLzslS9t0D4p931FZ7U6DPnyY9QkA,13208745
|
4
|
+
mystmd_py/nodeenv.py,sha256=8KER0P-WIXM2MsRJF4vcedBKscGoc26lJKojbkDxjbg,2447
|
5
|
+
mystmd-1.5.1.dist-info/METADATA,sha256=lyjeRoSgJyp1gK4AeO6IdcJ4jWCcsXVOFMCkVoeKCfM,3019
|
6
|
+
mystmd-1.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
7
|
+
mystmd-1.5.1.dist-info/entry_points.txt,sha256=eC2ol2gqS2q5E-ktkMrBSvV0tckGUcNGS-c4hEQ-_V4,45
|
8
|
+
mystmd-1.5.1.dist-info/licenses/LICENSE,sha256=4BcikqvulW5nh_MxaocO-lC7ydIX23dMbcqtNTUSxr4,1082
|
9
|
+
mystmd-1.5.1.dist-info/RECORD,,
|
mystmd_py/myst.cjs
CHANGED
@@ -193391,7 +193391,7 @@ var {
|
|
193391
193391
|
} = import_index.default;
|
193392
193392
|
|
193393
193393
|
// src/version.ts
|
193394
|
-
var version = "1.5.
|
193394
|
+
var version = "1.5.1";
|
193395
193395
|
var version_default = version;
|
193396
193396
|
|
193397
193397
|
// ../myst-cli/dist/build/build.js
|
@@ -196064,6 +196064,12 @@ var licenses = {
|
|
196064
196064
|
osi: true,
|
196065
196065
|
free: true
|
196066
196066
|
},
|
196067
|
+
"Artistic-dist": {
|
196068
|
+
name: "Artistic License 1.0 (dist)"
|
196069
|
+
},
|
196070
|
+
"Aspell-RU": {
|
196071
|
+
name: "Aspell Russian License"
|
196072
|
+
},
|
196067
196073
|
"ASWF-Digital-Assets-1.0": {
|
196068
196074
|
name: "ASWF Digital Assets License version 1.0"
|
196069
196075
|
},
|
@@ -196139,6 +196145,9 @@ var licenses = {
|
|
196139
196145
|
name: "BSD-2-Clause Plus Patent License",
|
196140
196146
|
osi: true
|
196141
196147
|
},
|
196148
|
+
"BSD-2-Clause-pkgconf-disclaimer": {
|
196149
|
+
name: "BSD 2-Clause pkgconf disclaimer variant"
|
196150
|
+
},
|
196142
196151
|
"BSD-2-Clause-Views": {
|
196143
196152
|
name: "BSD 2-Clause with views sentence"
|
196144
196153
|
},
|
@@ -196616,6 +196625,9 @@ var licenses = {
|
|
196616
196625
|
Crossword: {
|
196617
196626
|
name: "Crossword License"
|
196618
196627
|
},
|
196628
|
+
CryptoSwift: {
|
196629
|
+
name: "CryptoSwift License"
|
196630
|
+
},
|
196619
196631
|
CrystalStacker: {
|
196620
196632
|
name: "CrystalStacker License"
|
196621
196633
|
},
|
@@ -196650,6 +196662,9 @@ var licenses = {
|
|
196650
196662
|
DOC: {
|
196651
196663
|
name: "DOC License"
|
196652
196664
|
},
|
196665
|
+
"DocBook-DTD": {
|
196666
|
+
name: "DocBook DTD License"
|
196667
|
+
},
|
196653
196668
|
"DocBook-Schema": {
|
196654
196669
|
name: "DocBook Schema License"
|
196655
196670
|
},
|
@@ -196781,9 +196796,18 @@ var licenses = {
|
|
196781
196796
|
FSFULLR: {
|
196782
196797
|
name: "FSF Unlimited License (with License Retention)"
|
196783
196798
|
},
|
196799
|
+
FSFULLRSD: {
|
196800
|
+
name: "FSF Unlimited License (with License Retention and Short Disclaimer)"
|
196801
|
+
},
|
196784
196802
|
FSFULLRWD: {
|
196785
196803
|
name: "FSF Unlimited License (With License Retention and Warranty Disclaimer)"
|
196786
196804
|
},
|
196805
|
+
"FSL-1.1-ALv2": {
|
196806
|
+
name: "Functional Source License, Version 1.1, ALv2 Future License"
|
196807
|
+
},
|
196808
|
+
"FSL-1.1-MIT": {
|
196809
|
+
name: "Functional Source License, Version 1.1, MIT Future License"
|
196810
|
+
},
|
196787
196811
|
FTL: {
|
196788
196812
|
name: "Freetype Project License",
|
196789
196813
|
free: true
|
@@ -196794,6 +196818,9 @@ var licenses = {
|
|
196794
196818
|
fwlw: {
|
196795
196819
|
name: "fwlw License"
|
196796
196820
|
},
|
196821
|
+
"Game-Programming-Gems": {
|
196822
|
+
name: "Game Programming Gems License"
|
196823
|
+
},
|
196797
196824
|
"GCR-docs": {
|
196798
196825
|
name: "Gnome GCR Documentation License"
|
196799
196826
|
},
|
@@ -196923,6 +196950,9 @@ var licenses = {
|
|
196923
196950
|
HaskellReport: {
|
196924
196951
|
name: "Haskell Language Report License"
|
196925
196952
|
},
|
196953
|
+
HDF5: {
|
196954
|
+
name: "HDF5 License"
|
196955
|
+
},
|
196926
196956
|
hdparm: {
|
196927
196957
|
name: "hdparm License"
|
196928
196958
|
},
|
@@ -197088,6 +197118,9 @@ var licenses = {
|
|
197088
197118
|
"JasPer-2.0": {
|
197089
197119
|
name: "JasPer License"
|
197090
197120
|
},
|
197121
|
+
jove: {
|
197122
|
+
name: "Jove License"
|
197123
|
+
},
|
197091
197124
|
"JPL-image": {
|
197092
197125
|
name: "JPL Image Use Policy"
|
197093
197126
|
},
|
@@ -197155,6 +197188,9 @@ var licenses = {
|
|
197155
197188
|
Libpng: {
|
197156
197189
|
name: "libpng License"
|
197157
197190
|
},
|
197191
|
+
"libpng-1.6.35": {
|
197192
|
+
name: "PNG Reference Library License v1 (for libpng 0.5 through 1.6.35)"
|
197193
|
+
},
|
197158
197194
|
"libpng-2.0": {
|
197159
197195
|
name: "PNG Reference Library version 2"
|
197160
197196
|
},
|
@@ -197254,6 +197290,9 @@ var licenses = {
|
|
197254
197290
|
MakeIndex: {
|
197255
197291
|
name: "MakeIndex License"
|
197256
197292
|
},
|
197293
|
+
man2html: {
|
197294
|
+
name: "man2html License"
|
197295
|
+
},
|
197257
197296
|
"Martin-Birgmeier": {
|
197258
197297
|
name: "Martin Birgmeier License"
|
197259
197298
|
},
|
@@ -197424,6 +197463,9 @@ var licenses = {
|
|
197424
197463
|
name: "Nethack General Public License",
|
197425
197464
|
osi: true
|
197426
197465
|
},
|
197466
|
+
ngrep: {
|
197467
|
+
name: "ngrep License"
|
197468
|
+
},
|
197427
197469
|
"NICTA-1.0": {
|
197428
197470
|
name: "NICTA Public Software License, Version 1.0"
|
197429
197471
|
},
|
@@ -197472,6 +197514,9 @@ var licenses = {
|
|
197472
197514
|
NRL: {
|
197473
197515
|
name: "NRL License"
|
197474
197516
|
},
|
197517
|
+
"NTIA-PD": {
|
197518
|
+
name: "NTIA Public Domain Notice"
|
197519
|
+
},
|
197475
197520
|
NTP: {
|
197476
197521
|
name: "NTP License",
|
197477
197522
|
osi: true
|
@@ -197850,6 +197895,9 @@ var licenses = {
|
|
197850
197895
|
snprintf: {
|
197851
197896
|
name: "snprintf License"
|
197852
197897
|
},
|
197898
|
+
SOFA: {
|
197899
|
+
name: "SOFA Software License"
|
197900
|
+
},
|
197853
197901
|
softSurfer: {
|
197854
197902
|
name: "softSurfer License"
|
197855
197903
|
},
|
@@ -197888,6 +197936,9 @@ var licenses = {
|
|
197888
197936
|
"SugarCRM-1.1.3": {
|
197889
197937
|
name: "SugarCRM Public License v1.1.3"
|
197890
197938
|
},
|
197939
|
+
"SUL-1.0": {
|
197940
|
+
name: "Sustainable Use License v1.0"
|
197941
|
+
},
|
197891
197942
|
"Sun-PPP": {
|
197892
197943
|
name: "Sun PPP License"
|
197893
197944
|
},
|
@@ -197995,6 +198046,12 @@ var licenses = {
|
|
197995
198046
|
osi: true,
|
197996
198047
|
free: true
|
197997
198048
|
},
|
198049
|
+
"Unlicense-libtelnet": {
|
198050
|
+
name: "Unlicense - libtelnet variant"
|
198051
|
+
},
|
198052
|
+
"Unlicense-libwhirlpool": {
|
198053
|
+
name: "Unlicense - libwhirlpool variant"
|
198054
|
+
},
|
197998
198055
|
"UPL-1.0": {
|
197999
198056
|
name: "Universal Permissive License v1.0",
|
198000
198057
|
osi: true,
|
@@ -222083,6 +222140,10 @@ var defaultHtmlToMdastOptions = {
|
|
222083
222140
|
},
|
222084
222141
|
summary(h4, node3) {
|
222085
222142
|
return h4(node3, "summary", all5(h4, node3));
|
222143
|
+
},
|
222144
|
+
u(h4, node3) {
|
222145
|
+
const attrs = addClassAndIdentifier(node3);
|
222146
|
+
return h4(node3, "underline", attrs, all5(h4, node3));
|
222086
222147
|
}
|
222087
222148
|
}
|
222088
222149
|
};
|
@@ -285930,17 +285991,25 @@ var glossaryDirective = {
|
|
285930
285991
|
var mathDirective = {
|
285931
285992
|
name: "math",
|
285932
285993
|
options: {
|
285933
|
-
...commonDirectiveOptions("math")
|
285994
|
+
...commonDirectiveOptions("math"),
|
285995
|
+
typst: {
|
285996
|
+
type: String,
|
285997
|
+
doc: "Typst-specific math content. If not provided, LaTeX content will be converted to Typst."
|
285998
|
+
}
|
285934
285999
|
},
|
285935
286000
|
body: {
|
285936
286001
|
type: String,
|
285937
286002
|
required: true
|
285938
286003
|
},
|
285939
286004
|
run(data) {
|
286005
|
+
var _a6;
|
285940
286006
|
const math7 = addCommonDirectiveOptions(data, { type: "math", value: data.body });
|
285941
286007
|
if (data.node.tight) {
|
285942
286008
|
math7.tight = data.node.tight;
|
285943
286009
|
}
|
286010
|
+
if ((_a6 = data.options) === null || _a6 === void 0 ? void 0 : _a6.typst) {
|
286011
|
+
math7.typst = data.options.typst;
|
286012
|
+
}
|
285944
286013
|
return [math7];
|
285945
286014
|
}
|
285946
286015
|
};
|
@@ -286440,14 +286509,24 @@ var deleteRole = {
|
|
286440
286509
|
// ../myst-roles/dist/math.js
|
286441
286510
|
var mathRole = {
|
286442
286511
|
name: "math",
|
286443
|
-
options: {
|
286512
|
+
options: {
|
286513
|
+
...commonRoleOptions("math"),
|
286514
|
+
typst: {
|
286515
|
+
type: String,
|
286516
|
+
doc: "Typst-specific math content. If not provided, LaTeX content will be converted to Typst."
|
286517
|
+
}
|
286518
|
+
},
|
286444
286519
|
body: {
|
286445
286520
|
type: String,
|
286446
286521
|
required: true
|
286447
286522
|
},
|
286448
286523
|
run(data) {
|
286524
|
+
var _a6;
|
286449
286525
|
const node3 = { type: "inlineMath", value: data.body };
|
286450
286526
|
addCommonRoleOptions(data, node3);
|
286527
|
+
if ((_a6 = data.options) === null || _a6 === void 0 ? void 0 : _a6.typst) {
|
286528
|
+
node3.typst = data.options.typst;
|
286529
|
+
}
|
286451
286530
|
return [node3];
|
286452
286531
|
}
|
286453
286532
|
};
|
@@ -289073,6 +289152,7 @@ function applyRoles(tree, specs, vfile2) {
|
|
289073
289152
|
const { valid: validOptions, options } = parseOptions(name3, node3, vfile2, optionsSpec);
|
289074
289153
|
let validationError2 = validOptions;
|
289075
289154
|
data.options = options;
|
289155
|
+
node3.options = options;
|
289076
289156
|
const bodyNode = (_a6 = node3.children) === null || _a6 === void 0 ? void 0 : _a6.find((n) => n.type === "mystRoleBody");
|
289077
289157
|
if (body3) {
|
289078
289158
|
if (body3.required && !bodyNode) {
|
@@ -289901,7 +289981,7 @@ var import_mime_types = __toESM(require_mime_types(), 1);
|
|
289901
289981
|
var import_node_path16 = __toESM(require("path"), 1);
|
289902
289982
|
|
289903
289983
|
// ../myst-cli/dist/version.js
|
289904
|
-
var version2 = "1.5.
|
289984
|
+
var version2 = "1.5.1";
|
289905
289985
|
var version_default2 = version2;
|
289906
289986
|
|
289907
289987
|
// ../myst-cli/dist/utils/headers.js
|
@@ -290212,6 +290292,10 @@ function binaryName() {
|
|
290212
290292
|
var _a6;
|
290213
290293
|
return (_a6 = process.env.MYSTMD_BINARY_NAME) !== null && _a6 !== void 0 ? _a6 : "myst";
|
290214
290294
|
}
|
290295
|
+
function npmPackageName() {
|
290296
|
+
var _a6;
|
290297
|
+
return (_a6 = process.env.MYSTMD_NPM_PACKAGE_NAME) !== null && _a6 !== void 0 ? _a6 : "mystmd";
|
290298
|
+
}
|
290215
290299
|
function homeURL() {
|
290216
290300
|
var _a6;
|
290217
290301
|
return (_a6 = process.env.MYSTMD_HOME_URL) !== null && _a6 !== void 0 ? _a6 : "https://mystmd.org";
|
@@ -290914,6 +290998,9 @@ async function transformImageFormats(session, mdast2, file, writeFolder, opts) {
|
|
290914
290998
|
}
|
290915
290999
|
unconvertableImages.forEach((image6) => {
|
290916
291000
|
const badExt = import_node_path16.default.extname(image6.url) || "<no extension>";
|
291001
|
+
if (badExt === ".*") {
|
291002
|
+
return;
|
291003
|
+
}
|
290917
291004
|
addWarningForFile(session, file, `Unsupported image extension "${badExt}" may not correctly render.`, "error", { position: image6.position, ruleId: RuleId.imageFormatConverts });
|
290918
291005
|
});
|
290919
291006
|
return Promise.all(conversionPromises);
|
@@ -302343,7 +302430,7 @@ async function transformMystXRefs(session, vfile2, mdast2, frontmatter) {
|
|
302343
302430
|
})
|
302344
302431
|
]);
|
302345
302432
|
const denominator = number2 === nodes.length ? "" : `/${nodes.length}`;
|
302346
|
-
session.log.info(toc(`\u{1FA84}
|
302433
|
+
session.log.info(toc(`\u{1FA84} Updated link text for ${plural(`%s${denominator} external MyST reference(s)`, number2)} in %s`));
|
302347
302434
|
}
|
302348
302435
|
|
302349
302436
|
// ../myst-cli/dist/process/loadReferences.js
|
@@ -303270,9 +303357,9 @@ function mutateEmbedNode(node3, targetNode, opts) {
|
|
303270
303357
|
});
|
303271
303358
|
}
|
303272
303359
|
if (targetNode && node3["remove-input"]) {
|
303273
|
-
targetNode = filter2(targetNode, (n) => {
|
303360
|
+
targetNode = filter2(targetNode, (n, index4, parent2) => {
|
303274
303361
|
var _a6;
|
303275
|
-
return n.type
|
303362
|
+
return !(n.type === "code" && ((_a6 = n.data) === null || _a6 === void 0 ? void 0 : _a6.type) !== "output" && (parent2 === null || parent2 === void 0 ? void 0 : parent2.type) === "block" && (parent2 === null || parent2 === void 0 ? void 0 : parent2.kind) === NotebookCell.code);
|
303276
303363
|
});
|
303277
303364
|
}
|
303278
303365
|
selectAll("[identifier],[label],[html_id]", targetNode).forEach((idNode) => {
|
@@ -308524,7 +308611,8 @@ function resolveRecursiveCommands(plugins3) {
|
|
308524
308611
|
}
|
308525
308612
|
var math5 = (node3, state) => {
|
308526
308613
|
var _a6, _b;
|
308527
|
-
const
|
308614
|
+
const mathValue = node3.typst || node3.value;
|
308615
|
+
const { value, macros: macros18 } = node3.typst ? { value: mathValue, macros: void 0 } : texToTypst(node3.value);
|
308528
308616
|
macros18 === null || macros18 === void 0 ? void 0 : macros18.forEach((macro2) => {
|
308529
308617
|
state.useMacro(macro2);
|
308530
308618
|
});
|
@@ -308544,7 +308632,8 @@ var math5 = (node3, state) => {
|
|
308544
308632
|
state.ensureNewLine(true);
|
308545
308633
|
};
|
308546
308634
|
var inlineMath3 = (node3, state) => {
|
308547
|
-
const
|
308635
|
+
const mathValue = node3.typst || node3.value;
|
308636
|
+
const { value, macros: macros18 } = node3.typst ? { value: mathValue, macros: void 0 } : texToTypst(node3.value);
|
308548
308637
|
macros18 === null || macros18 === void 0 ? void 0 : macros18.forEach((macro2) => {
|
308549
308638
|
state.useMacro(macro2);
|
308550
308639
|
});
|
@@ -321490,10 +321579,10 @@ async function checkAtGitRoot() {
|
|
321490
321579
|
|
321491
321580
|
// ../myst-cli/dist/init/gh-actions/index.js
|
321492
321581
|
function createGithubPagesAction({ defaultBranch = "main", username = "username", isGithubIO }) {
|
321493
|
-
return `# This file was created automatically with
|
321582
|
+
return `# This file was created automatically with \`${binaryName()} init --gh-pages\` \u{1FA84} \u{1F49A}
|
321494
321583
|
# Ensure your GitHub Pages settings for this repository are set to deploy with **GitHub Actions**.
|
321495
321584
|
|
321496
|
-
name:
|
321585
|
+
name: ${readableName()} GitHub Pages Deploy
|
321497
321586
|
on:
|
321498
321587
|
push:
|
321499
321588
|
# Runs on pushes targeting the default branch
|
@@ -321527,10 +321616,10 @@ jobs:
|
|
321527
321616
|
- uses: actions/setup-node@v4
|
321528
321617
|
with:
|
321529
321618
|
node-version: 18.x
|
321530
|
-
- name: Install
|
321531
|
-
run: npm install -g
|
321619
|
+
- name: Install ${readableName()}
|
321620
|
+
run: npm install -g ${npmPackageName()}
|
321532
321621
|
- name: Build HTML Assets
|
321533
|
-
run:
|
321622
|
+
run: ${binaryName()} build --html
|
321534
321623
|
- name: Upload artifact
|
321535
321624
|
uses: actions/upload-pages-artifact@v3
|
321536
321625
|
with:
|
@@ -321541,7 +321630,7 @@ jobs:
|
|
321541
321630
|
`;
|
321542
321631
|
}
|
321543
321632
|
function createGithubCurvenoteAction({ defaultBranch = "main" }) {
|
321544
|
-
return `# This file was created automatically with
|
321633
|
+
return `# This file was created automatically with \`${binaryName()} init --gh-curvenote\` \u{1FA84} \u{1F49A}
|
321545
321634
|
|
321546
321635
|
name: Curvenote Deploy
|
321547
321636
|
on:
|
mystmd-1.5.0.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
mystmd_py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
mystmd_py/main.py,sha256=qFAnpbiqjx7jXMMmPSVUBA7SSxuRjmr6SiRDBH0rhKQ,2767
|
3
|
-
mystmd_py/myst.cjs,sha256=E-khbpr8_DHTjuxHI1eHvblRsbsfWECdzqERJxRm924,13206089
|
4
|
-
mystmd_py/nodeenv.py,sha256=8KER0P-WIXM2MsRJF4vcedBKscGoc26lJKojbkDxjbg,2447
|
5
|
-
mystmd-1.5.0.dist-info/METADATA,sha256=2CMIWaowqtEhPH64QKSnOa5kOx9Ry232sV-xfPYt9nA,3019
|
6
|
-
mystmd-1.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
7
|
-
mystmd-1.5.0.dist-info/entry_points.txt,sha256=eC2ol2gqS2q5E-ktkMrBSvV0tckGUcNGS-c4hEQ-_V4,45
|
8
|
-
mystmd-1.5.0.dist-info/licenses/LICENSE,sha256=4BcikqvulW5nh_MxaocO-lC7ydIX23dMbcqtNTUSxr4,1082
|
9
|
-
mystmd-1.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|