Using a footer in README.MD #21911
-
I am attempting to create a footer in my README.MD file which should have three sections that display horizontally across the bottom of the document. This works in my markdown editor preview in Visual Studio 2017 but unfortunately Github insists in displaying the sections vertically. The Html I used follows here:
I have tried using both <div> blocks and <p> without success. Can anyone suggest how to get these sections displayed horizontally on Github? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
GitHub sanitizes the HTML that can be generated from the Markdown in documents to prevent security holes from being exploited. I don’t know of a way to get those things displayed horizontally in the way that you’re describing other than using a Markdown table. |
Beta Was this translation helpful? Give feedback.
GitHub sanitizes the HTML that can be generated from the Markdown in documents to prevent security holes from being exploited. I don’t know of a way to get those things displayed horizontally in the way that you’re describing other than using a Markdown table.