Skip to content

Commit 2b49e89

Browse files
authored
fix: html cleanup (#76)
* feat: stop converting to markdown, clean html - remove remark, don't convert html to markdown - cleanup html - add class "pretty-print" to <pre><code> - add <a> for [text](link) markdown - add <code> for `text` code formatting * fix: cleanup html, replace [text][uid] with xref tags
1 parent d4ae2c5 commit 2b49e89

39 files changed

Lines changed: 209 additions & 145 deletions

File tree

third_party/docfx-doclet-143274/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@
121121
<artifactId>jackson-dataformat-yaml</artifactId>
122122
<version>${jackson.version}</version>
123123
</dependency>
124-
<dependency>
125-
<groupId>com.overzealous</groupId>
126-
<artifactId>remark</artifactId>
127-
<version>${remark.version}</version>
128-
</dependency>
129124
<dependency>
130125
<groupId>org.jsoup</groupId>
131126
<artifactId>jsoup</artifactId>
Binary file not shown.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/1.1.0/remark-1.1.0.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/1.1.0/remark-1.1.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/1.1.0/remark-1.1.0.pom

Lines changed: 0 additions & 8 deletions
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/1.1.0/remark-1.1.0.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/1.1.0/remark-1.1.0.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/maven-metadata.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/maven-metadata.xml.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/docfx-doclet-143274/src/lib/com/overzealous/remark/maven-metadata.xml.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)