mirror of
https://github.com/wassname/template.git
synced 2026-07-26 13:37:31 +08:00
Fix ordering of some tags; date formatting
This commit is contained in:
@@ -24,6 +24,7 @@ import TOC from './transforms/toc';
|
||||
import Typeset from './transforms/typeset';
|
||||
import Polyfills from './transforms/polyfills';
|
||||
import CitationList from './transforms/citation-list';
|
||||
import Reorder from './transforms/reorder';
|
||||
|
||||
const transforms = new Map([
|
||||
['HTML', HTML],
|
||||
@@ -36,6 +37,7 @@ const transforms = new Map([
|
||||
['Typeset', Typeset],
|
||||
['Polyfills', Polyfills],
|
||||
['CitationList', CitationList],
|
||||
['Reorder', Reorder] // keep last
|
||||
]);
|
||||
|
||||
/* Distill Transforms */
|
||||
|
||||
Reference in New Issue
Block a user