Skip to content

Commit 2c2106d

Browse files
committed
fix toc generation, recreate IDEA settings
1 parent 30ef6db commit 2c2106d

File tree

19 files changed

+75
-72
lines changed

19 files changed

+75
-72
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Progress
105105
- [x] Abbreviations
106106
- [x] Footnotes
107107
- [ ] Definitions
108-
- [ ] Table of Contents
108+
- [x] Table of Contents
109109
- Typographic
110110
- [ ] Quotes
111111
- [ ] Smarts

VERSION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version History
22
===============
33

4+
0.4.0
5+
-----
6+
7+
- Add simulated table of contents option that will generate an AST, if converted back to
8+
markdown, will result in a table of contents that will generate HTML with a table of contents
9+
on parsers that interpret the table of contents element as a link reference.
10+
411
0.3.2
512
-----
613

flexmark-ext-abbreviation/flexmark-ext-abbreviation.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

flexmark-ext-autolink/flexmark-ext-autolink.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -17,4 +17,4 @@
1717
<orderEntry type="module" module-name="flexmark" />
1818
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1919
</component>
20-
</module>
20+
</module>

flexmark-ext-emoji/flexmark-ext-emoji.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

flexmark-ext-footnotes/flexmark-ext-footnotes.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

flexmark-ext-gfm-strikethrough/flexmark-ext-gfm-strikethrough.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

flexmark-ext-gfm-tables/flexmark-ext-gfm-tables.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

flexmark-ext-gfm-tasklist/flexmark-ext-gfm-tasklist.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">
66
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
@@ -14,4 +14,4 @@
1414
<orderEntry type="library" scope="TEST" name="junit-4.12" level="application" />
1515
<orderEntry type="library" scope="TEST" name="hamcrest-core-1.3" level="application" />
1616
</component>
17-
</module>
17+
</module>

flexmark-ext-tables/flexmark-ext-tables.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="false" type="FLEXMARK_JAVA_EXTENSION" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
3+
<component name="NewModuleRootManager" inherit-compiler-output="false">
44
<output url="file://$MODULE_DIR$/target/classes" />
55
<output-test url="file://$MODULE_DIR$/target/test-classes" />
66
<content url="file://$MODULE_DIR$">
@@ -16,4 +16,4 @@
1616
<orderEntry type="module" module-name="flexmark" />
1717
<orderEntry type="module" module-name="flexmark-test-util" scope="TEST" />
1818
</component>
19-
</module>
19+
</module>

0 commit comments

Comments
 (0)