Skip to content

Commit

Permalink
news for JuliaLang#33849: column alignment in html output (JuliaLang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb authored and fredrikekre committed Dec 5, 2019
1 parent 3c182bc commit 6f69067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Standard library changes

* `cond(A, p)` with `p=1` or `p=Inf` now computes the exact condition number instead of an estimate ([#33547]).

#### Markdown

* Tables now have the `align` attribute set when `show`n as HTML ([#33849]).

#### Random

* `AbstractRNG`s now behave like scalars when used in broadcasting ([#33213]).
Expand Down
2 changes: 1 addition & 1 deletion doc/src/manual/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ other string macros and pass them to the `@doc` macro just as well.
!!! note
Markdown support is implemented in the `Markdown` standard library
and for a full list of supported syntax see the
[documentation](@ref Markdown).
[documentation](@ref markdown_stdlib).

Here is a more complex example, still using Markdown:

Expand Down
2 changes: 1 addition & 1 deletion stdlib/Markdown/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Markdown
# [Markdown](@id markdown_stdlib)

This section describes Julia's markdown syntax, which is enabled by the
Markdown standard library. The following Markdown elements are supported:
Expand Down

0 comments on commit 6f69067

Please sign in to comment.