Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0
-
None
Description
On the page https://spark.apache.org/docs/latest/configuration.html one can see headers in the HTML which look like left overs from the conversion from Markdown:
### Execution Behavior ... ### Networking ... ### Scheduling ... etc...
The most problems with formatting has the paragraph
### Cluster Managers Each cluster manager in Spark has additional configuration options. Configurations can be found on the pages for each mode: #### [YARN](running-on-yarn.html#configuration) #### [Mesos](running-on-mesos.html#configuration) #### [Standalone Mode](spark-standalone.html#cluster-launch-scripts) # Environment Variables
...
As a reader of the documentation I want the headers in the text to be formatted correctly and not showing Markdown syntax.
Attachments
Issue Links
- duplicates
-
SPARK-19106 Styling for the configuration docs is broken
- Resolved